/*************************
******** Arrows **********
**************************/	
div.jMyCarousel .prev{
	background: url(../images/prev-horizontal.png) left bottom no-repeat;
	width:38px;
	height:38px;
	border:0px;
	cursor:pointer;
	margin-left:15px;
	top:12px!important;
}



div.jMyCarousel .next{
	background: url(../images/next-horizontal.png) left bottom no-repeat;
	width:38px;
	height:38px;
	border:0px;
	cursor:pointer;
	margin-left:15px;
	top:12px!important;
	margin-right:15px;
}

.next-light{background: url(../images/next-horizontal.png) -38px bottom no-repeat;
	width:38px;
	height:38px;
	border:0px;
	cursor:pointer;
	margin-left:15px;
	top:12px!important;
	margin-right:15px;}
	
.next-nolight{background: url(../images/next-horizontal.png) left bottom no-repeat;
	width:38px;
	height:38px;
	border:0px;
	cursor:pointer;
	margin-left:15px;
	top:12px!important;
	margin-right:15px;}

.light{background:url(../images/prev-horizontal.png) -38px bottom no-repeat;	
	width:38px;
	height:38px;
	border:0px;
	cursor:pointer;
	margin-left:15px;
	top:12px!important;
	margin-right:15px;}
.nolight{background:url(../images/prev-horizontal.png) left bottom no-repeat;width:38px;
	height:38px;
	border:0px;
	cursor:pointer;
	margin-left:15px;
	top:12px!important;
	margin-right:15px;}

/** carousel 1 **/
div.jMyCarousel ul li{
	border:1px solid #fff;
	line-height:0px;
	
	padding-left:10px;
	text-align:center;
	margin-right:10px;
}

div.jMyCarousel ul li a{ /* in case of link */
	display:block;
	border:0px;
}

div.jMyCarousel ul li a img{
	display:block;
	border:0px;
}
div .jMyCarousel{
	height:57px!important;
	margin-bottom:12px;
	padding-top:2px;
	position:relative;
	width:980px;
	border:1px solid #C9C9C9;
	padding-bottom:5px;
	margin-top:10px;
	overflow:hidden;
}

.home_brands{overflow:hidden;margin:0 auto;width:850px;padding-top:15px;*position:relative;height:27px;}
