
@charset "utf-8";
.jThumbnailScroller {
    overflow: hidden;
    padding: 0;
    position: relative;
}
.jThumbnailScroller .jTscrollerContainer {
    height: 120px;
    position: absolute;
}
.jThumbnailScroller .jTscroller {
    display: inline-block;
    left: 0;
    position: relative;
}
.jThumbnailScroller .jTscrollerNextButton, .jThumbnailScroller .jTscrollerPrevButton {
    display: block;
    position: absolute;
	opacity: 1;

}
.jThumbnailScroller .jTscrollerNextButton {
}
.jThumbnailScroller .jTscrollerPrevButton {
}
.jThumbnailScroller .jTscrollerNextButton:hover, .jThumbnailScroller .jTscrollerPrevButton:hover {
    background-color: #D56916;
    opacity: 1;
}

#tS3.jThumbnailScroller {
    background: none repeat scroll 0 0 transparent;
     height: 100px;
    margin: 1px;
   
}
#tS3.jThumbnailScroller .jTscroller {

    height: 100px;
   
}
#tS3.jThumbnailScroller .jTscroller .page_left {
    display: block;
    height: 100px;
    margin: 0 6px 10px;
    overflow: hidden;
    width: auto;
}



#tS3.jThumbnailScroller .jTscrollerNextButton {
   /*background: url("../images/carrousel_chiffre_22.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);*/
   background: url("../images/carrousel_chiffre_22.png") no-repeat scroll center bottom;
    bottom: 0;
	left: -2px;
    height: 100px;
    width:25px;

}
#tS3.jThumbnailScroller .jTscrollerPrevButton {
    background: url("../images/CPMS_SITE_25.png") no-repeat scroll center top transparent;
     height: 100px;
    width:25px;
     right: -2px;
   
}
