.jcarousel-container {
	width:478px;
    padding: 0 25px 0 25px;
	margin:0 0 0 0;
}

.jcarousel-clip {
    width:  478px;
    height: 200px;
}
.jcarousel-item {
    margin: 0 10px 0 0;
	text-align:center;
}

.boutContainer {
	background:white url(/primagaz/16/static/carousel/carouselItemOff.gif) no-repeat 0 0;
	width:150px;
	height:170px;
}
.boutSel {
	background-image:url(/primagaz/16/static/carousel/carouselItemOn.gif);
}
.boutImg {
	width:150px;
	height:150px;
	overflow:hidden;
	display:block;
	background-repeat:no-repeat;
	background-position:center;
}

.boutLink {
	font:bold 13px Arial;
	color:#919191;
	text-decoration:none;
}
.boutSel .boutLink, .boutLink:hover {
	color:#b92568;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal, .jcarousel-prev-horizontal {
    position: absolute;
    top: 40px;
    width: 25px;
    height: 60px;
    cursor: pointer;
    background: transparent url(/primagaz/16/static/carousel/flechesD.gif) no-repeat 0 0;
}
.jcarousel-next-horizontal {
    right: 0;
}
.jcarousel-prev-horizontal {
    left: 0;
    background: transparent url(/primagaz/16/static/carousel/flechesG.gif) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover, .jcarousel-prev-horizontal:hover {
    background-position: -25px 0;
}

.jcarousel-next-horizontal:active, .jcarousel-prev-horizontal:active {
    background-position: -50px 0;
}
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active,
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -75px 0;
}
