 
  
/* Don't change anything below here unless you know what you're doing */
 
	
	/* coda slider number 1 , 2*/

	#coda-slider-2.coda-slider { overflow:hidden;  margin:0px; padding:0px;margin-left:15px;margin-top:5px;width:960px ;height:100px;}
	#coda-slider-2.coda-slider .panel { display: block; float: left; width:960px; height:100px;}
	#coda-slider-2.coda-slider .panel .panel-wrapper {height:100px; }
	 
	#coda-slider-0.coda-slider {  overflow:hidden; width:303px; }
	#coda-slider-0.coda-slider .panel { display: block; float: left;width:303px; }



/**** this is for slider btns left and right ***/

.brand-slide{
	position:relative;
	margin-top:90px;
}

.brands .coda-nav-left,.brands .coda-nav-right{
position:absolute;
top:30px;
z-index:11111;
}

.brands .coda-nav-left{
left:0px;
}

.brands .coda-nav-right{
left:988px;

}

.brands .coda-nav-left a{
background:url(../images/arrow.png) no-repeat top left;
display:block;
width:13px;
height:27px;
text-indent:-9999px;
}
.brands .coda-nav-right a{
background:url(../images/arrow.png) no-repeat top right;
display:block;
width:13px;
height:27px;
text-indent:-9999px;
}
.brands .panel-wrapper{
margin-left:30px;
}
.brands .panel-wrapper img{
background:url(../images/client-logo-bg.png) no-repeat;
padding:7px;
overflow:hidden;
margin-left:24px;
 
}


/* advertising coda slider  */

.adv-slider{
position:relative;
width:303px;
height:230px;
overflow:hidden;
}
.adv-slider .coda-nav-left,.adv-slider .coda-nav-right{
position:absolute;
top:198px;
z-index:11111;
}

.adv-slider .coda-nav-left{
left:0px;
}

.adv-slider .coda-nav-right{
left:25px;

}

.adv-slider .coda-nav-left a{
background:url(../images/arrow.png) no-repeat top left;
display:block;
width:13px;
height:27px;
text-indent:-9999px;
}
.adv-slider .coda-nav-right a{
background:url(../images/arrow.png) no-repeat top right;
display:block;
width:13px;
height:27px;
text-indent:-9999px;
}