/** carousel 1 **/
div.manufacturers_scroll { overflow:hidden; height:54px; width:400px; text-align:left;}
div.manufacturers_scroll ul{
margin:0;
padding:0;
list-style-type:none;
white-space:nowrap;
}
div.manufacturers_scroll ul li{
	border-bottom:5px solid #fff;
	border-top:5px solid #fff;
	float:left;
	height:45px;
}

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

div.manufacturers_scroll ul li a img{
	display:block;
	border:0px;
}


div.manufacturers_scroll .next{
	background: url('image/carousel/up.png') center center no-repeat;
	width:55px;
	height:55px;
	line-height:54px;
	border:0px;
	padding: 0;
}
div.manufacturers_scroll .prev{
	background: url('image/carousel/down.png') center center no-repeat;
	width:55px;
	height:55px;
	line-height:54px;
	border:0px;
	padding: 0;
}