/* Pour le plugin carousel */
div.carousel{
	border:0;
	margin-left:6px;
}

* html div.carousel{
	margin-left:2px;
}

div.carousel div{
	margin:0;
	padding:0;
	border:0;
}
div.carousel div.carousel-wrap{
	width:280px;
	
}
div.carousel ul{
	margin:0;
	padding:0;
}
div.carousel ul li{
	display:block;
	float:left;
	padding:0;
	width:140px;
	text-align:center;
	background: #d4cdb1;
}

* html div.carousel ul li{
	width:130px;
}

div.carousel ul li img{
	width:130px;
	height: 100px;
	/* margin-left:13px; */
}
div.carousel span.carousel-control{
	display:none;

}
div.carousel span.disabled{
	color:#ddd;
	cursor:default;
	background:#f4f4f4;
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
	div.carousel{
		height:100px;
	}
	
	div.carousel ul{
		width:560px;
	}
	
	div.carousel ul li.count_carousel_3{
		margin-left:32px;
	}
	
}
