﻿
/* carousel removed:- position: absolute; width: 980px; */


/* upper header carouserl starts*/
div.banner div.caruselbutton-wrapper
{
    /*background: url("/img/carousel_control_bg.png") repeat-x scroll 0 0 transparent;     height: 45px;     left: 0px;     margin: 0;     overflow: auto;     padding: 0 10px;     display:none;     top: 231px;     width:840px;*/
    background: url("/img/carousel_control_bg.png") repeat-x scroll 0 0 transparent;
    display:none;
    height: 43px;
    left: 0px;
    margin: 0;
    overflow: auto;
    padding: 1px 10px;
    position: absolute;
    top: 195px;
    width: 839px;
}
div.banner div.caruselbutton-wrapper.empty
{
    text-align: center;
    padding-top: 8px;
    height: 40px;
    background: none;
    z-index: 10;
}
div.banner div.caruselbutton-wrapper.empty a
{
    color: White;
    font-size: 2em;
}
div.banner ul.caruselbutton
{
    float: right;
    list-style-type: none;
}

div.banner ul.caruselbutton li
{
    display: inline;
}

div.banner ul.caruselbutton li a.carousel-jumper
{
    background: url('/img/carousel_controlinactive.png') no-repeat 0 0 transparent;
    display: block;
    float: left;
    height: 16px;
    margin: 18px 5px 0;
    width: 16px;
}

div.banner ul.caruselbutton li a.carousel-selected
{
    background: url('/img/carousel_controlactiv.png') no-repeat 0 0 transparent;
    height: 16px;
    width: 16px;
}

div.banner ul.caruselbutton li a.carousel-jumper:hover
{
    text-decoration: none;
}

div.banner div.tabs
{
    height: 278px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    clear: both;
}

div.banner div.middle-tabs
{
    width: 908px;
    overflow: auto;
    overflow: hidden;
}

div.banner div.inner-tabs
{
    width: 51500px; /*8620px 630*n + 20 */
    height:278px;
}

div.banner div.tab
{
    float: left;
    width: 908px;
    height: 278px;
}
/************/

/* upper header carouserl endss*/


/* lower logos carouserl starts*/

div.client1 div.caruselbutton-wrapper {
    background: url("/img/carousel_control_bg.png") repeat-x scroll 0 0 transparent;
    height: 45px;
    left: 0px;
    margin: 0;
    overflow: auto;
    padding: 0 10px;
    display:none;
    top: 231px;
    
}
div.client1 div.caruselbutton-wrapper.empty
{
    text-align: center;
    padding-top: 8px;   
    height:40px;
    background: none;
    z-index: 10;
}
div.client1 div.caruselbutton-wrapper.empty a
{ 
    color: White;
    font-size: 2em;
}
div.client1 ul.caruselbutton
{
    float:right;
    list-style-type:none;
}

div.client1 ul.caruselbutton li
{
    display:inline;
}

div.client1 ul.caruselbutton li a.carousel-jumper
{
    background:url('/img/carousel_controlinactive.png') no-repeat 0 0 transparent;
    display:block;
    float:left;
    height:16px;
    margin:18px 5px 0;
    width:16px;
}

div.client1 ul.caruselbutton li a.carousel-selected
{
    background:url('/img/carousel_controlactiv.png') no-repeat 0 0 transparent;
    height:16px;
    width:16px;
}

div.client1 ul.caruselbutton li a.carousel-jumper:hover
{
    text-decoration:none;
}

div.client1 div.tabs
{
    height:205px;
    overflow:hidden;    
    margin:0;
    padding:0;
    clear:both;
}

div.client1 div.middle-tabs
{
    /*width: 1000px;*/
    overflow: auto;
    overflow: hidden;
}

div.client1 div.inner-tabs
{
    width: 51500px; /* 630*n + 20 */
    height: 205px;
}

div.client1 div.tab
{
    float: left;
    width: 126px;
    height: 205px;
}
/************/

