	#manuf{
		position:relative;
	}
	.list_carousel {
				margin: 0 0 0px 0px;
 				position:relative;
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				height: 52px; 
				padding: 0;
				margin:0 10px;
				display: block;
				float: left;
			}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.prevCar {
				float: left;
				margin-left: 10px;
				float: right;
				width:40px;
				height:40px;
				background: url("sl_arrs.png") no-repeat scroll 0px 0 transparent;
				position:absolute;
				top:0px;
				left:-47px;	
			}
			.nextCar {
				float: right;
				width:40px;
				height:40px;
				background: url("sl_arrs.png") no-repeat scroll -40px 0 transparent;
				position:absolute;
				top:0px;
				right:-38px;				
			}
			