.jcarousel-container {
    width: 410px;
    height: 220px;
    padding: 0 30px 0 30px;
    background: transparent url(../images/home_cadre_marron.png) no-repeat;
}

.jcarousel-clip {
    width:  410px;
    height: 188px;
}

.jcarousel-list {
}

.jcarousel-list li {
	width: 82px;
	height: 330px;
	padding: 15px 10px 0 10px;
	text-align:center;
}

.jcarousel-list li img {
	padding-bottom: 8px;
}

.jcarousel-list li .prix_products {
	font-weight: bold;
	color: #61312E;
	padding-top: 5px;
}

.jcarousel-item-placeholder {
    background: #fff url(../images/jcarousel_loading.gif) 50% 50% no-repeat;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 188px;
	cursor: pointer;
}

.jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

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

.jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 188px;
    cursor: pointer;
}

.jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

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