.astProductCarrouselTitle {background-color:#e4b02b;height:20px;color:#222222;font-size:1.3em;text-transform:uppercase;font-weight:bold;padding:0px 5px;margin-bottom:5px;}

#astProductCarrouselConteneur {width:980px;margin-left:-20px;margin-bottom:20px;}
#astProductCarrousel {}
#astProductContent {background-color:#ffebd3;color:#222222;}
#astProductContent a {color:#d7381e;}
#astProductContent a:hover {color:#d7381e;}
#astProductContent .astProductContentItem {margin-left:0px;width:230px;height:110px;}
#astProductContent .astProductContentItemImage {float:left;width:100px;text-align:left;}
#astProductContent .astProductContentItemImage img {width:90px;height:90px;border:2px solid white}
#astProductContent .astProductContentItemDescription {text-align:left;font-size:0.85em;}
#astProductContent .astProductContentItemName {margin:0 0 5px 0;}

.jcarousel-container {position: relative;}
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 200px;
    height: 160px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}
.jcarousel-prev {
    z-index: 3;
    display: none;
}
.jcarousel-skin-astProduct .jcarousel-container {
    background: transparent;
}
.jcarousel-skin-astProduct .jcarousel-container-horizontal {
    width: 905px;
    padding: 10px 40px;
}
.jcarousel-skin-astProduct .jcarousel-clip-horizontal {
    width:  905px;
    height: 110px;
}
.jcarousel-skin-astProduct .jcarousel-item {
    width: 300px;
    height: 110px;
}
.jcarousel-skin-astProduct .jcarousel-item-horizontal {
    margin-right: 10px;
}
.jcarousel-skin-astProduct .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-astProduct .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/pictoCarrouselNext.gif) no-repeat 0 0;
}
.jcarousel-skin-astProduct .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}
.jcarousel-skin-astProduct .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}
.jcarousel-skin-astProduct .jcarousel-next-disabled-horizontal,
.jcarousel-skin-astProduct .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-astProduct .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
.jcarousel-skin-astProduct .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/pictoCarrouselPrev.gif) no-repeat 0 0;
}
.jcarousel-skin-astProduct .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}
.jcarousel-skin-astProduct .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}
.jcarousel-skin-astProduct .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-astProduct .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-astProduct .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}