@charset "utf-8";
/*
Thumbnail scroller jQuery plugin
scrollers styling
*/
.jThumbnailScroller{position:relative;  height:30px;  overflow:hidden; }
.jThumbnailScroller .jTscrollerContainer{position:absolute; overflow:hidden; right:0;}
.jThumbnailScroller .jTscroller{position:relative; height:100%; margin:0; direction:ltr;left:0; top:0; display:inline-block; *display:inline;}
.jThumbnailScroller .jTscrollerNextButton,.jThumbnailScroller .jTscrollerPrevButton{position:absolute; display:block; width:20px; height:30px; z-index:20; }
.jThumbnailScroller .jTscrollerNextButton{background:url(../image/gif/puce_tabs.gif) left bottom no-repeat; }
.jThumbnailScroller .jTscrollerPrevButton{background:url(../image/gif/puce_tabs.gif) right top no-repeat;}
.jThumbnailScroller .jTscroller a{display:block; float:right; cursor:pointer }
.jThumbnailScroller .jTscroller a:hover{}
.jThumbnailScroller .jTscroller a:first-child{}
.jThumbnailScroller .jTscroller a img{}
/* different styled scrollers */
/* liquid width scroller */
.jThumbnailScroller#ts2{margin:0 auto 20px; position:relative; z-index:3;}
.jThumbnailScroller#ts2 .jTscroller a{}
.jThumbnailScroller#ts2 .jTscroller a:hover{}
.jThumbnailScroller#ts2 .jTscrollerNextButton{margin:0; left:0; top:-2px;}
.jThumbnailScroller#ts2 .jTscrollerPrevButton{margin:0; right:0; top:-2px;}
/* liquid width scroller */
.jThumbnailScroller#tS3{margin:0 auto; position:relative; z-index:3;}
.jThumbnailScroller#tS3 .jTscroller a{}
.jThumbnailScroller#tS3 .jTscroller a:hover{}
.jThumbnailScroller#tS3 .jTscrollerNextButton{margin:0; left:0; top:0;}
.jThumbnailScroller#tS3 .jTscrollerPrevButton{margin:0; right:0; top:0;}

div#ts1 { height:390px;}