.jcarousel-skin-cao .jcarousel-container {
	-moz-border-radius: 10px;
	width:750px;
}
.jcarousel-skin-cao .jcarousel-item {
	width:132px;
	height:103px;
}
.jcarousel-skin-cao .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
.jcarousel-skin-cao .jcarousel-next-horizontal {
	position:absolute;
	top:-11px;
	right:-65px;
	width:65px;
	height:129px;
	cursor:pointer;
	background:transparent url(fleche-catalogue-droite.gif) no-repeat 0 0;
}
.jcarousel-skin-cao .jcarousel-next-disabled-horizontal,
.jcarousel-skin-cao .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-cao .jcarousel-next-disabled-horizontal:active {
	cursor: default;
}
.jcarousel-skin-cao .jcarousel-prev-horizontal {
	position:absolute;
	top:-11px;
	left:-65px;
	width:65px;
	height:129px;
	cursor:pointer;
	background:transparent url(fleche-catalogue-gauche.gif) no-repeat 0 0;
}
.jcarousel-skin-cao .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-cao .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-cao .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
}
