@charset "utf-8";
/*
Thumbnail scroller jQuery plugin
scrollers styling
*/
.jThumbnailScroller{position:relative; width:900px; height:100px; margin:0px auto 0 auto;  overflow:hidden; 
/*border:5px solid #eee; background:#fff; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;/**/}

.jThumbnailScroller .jTscrollerContainer{position:absolute;}
.jThumbnailScroller .jTscroller{position:relative; height:100%; margin:0; left:0; top:0; display:inline-block; *display:inline;}
.jThumbnailScroller .jTscrollerNextButton,.jThumbnailScroller .jTscrollerPrevButton{position:absolute; display:block; width:20px; height:82px; 
/*-moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px;/**/ opacity:0.7;}

.jThumbnailScroller .jTscrollerNextButton{background:#e6e6e6 url(../images/nextArrow.png) no-repeat center center; }
.jThumbnailScroller .jTscrollerPrevButton{background:#e6e6e6 url(../images/prevArrow.png) no-repeat center center; }

.jThumbnailScroller .jTscrollerNextButton:hover,.jThumbnailScroller .jTscrollerPrevButton:hover{/*background-color:#d56916;/**/ opacity:1;}
.jThumbnailScroller .jTscroller a{display:block; float:left; border:1px solid #e6e6e6; border-left:none; margin:0px 00px 0px 0; background:#fff; padding:15px 27px; /*-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;*/}
.jThumbnailScroller .jTscroller a:hover{border-color:#e6e6e6;}
.jThumbnailScroller .jTscroller a:first-child{margin-left:0px; border-left:1px solid #e6e6e6;}
.jThumbnailScroller .jTscroller a img{border:none;}
/* different styled scrollers */
/* liquid width scroller */
.jThumbnailScroller#tS1{width:95%;}
.jThumbnailScroller#tS2{margin:40px auto 0 auto;}
.jThumbnailScroller#tS2 .jTscroller a{opacity:0.7;}
.jThumbnailScroller#tS2 .jTscroller a:hover{opacity:1; background:#f3f3f3;}
.jThumbnailScroller#tS2 .jTscrollerNextButton{margin:-42px 0px 0 10px; right:0;  top:50%;}
.jThumbnailScroller#tS2 .jTscrollerPrevButton{margin:-42px 10px 0 0px; left:0;  top:50%;}

/*.jThumbnailScroller {position:relative;}*/
/* a vertical scroller */
.jThumbnailScroller#tS3{position:absolute; left:40px; top:322px; width:122px; height:400px; margin:0; background:#eee;}
.jThumbnailScroller#tS3 .jTscroller{height:auto; margin-bottom:40px;}
.jThumbnailScroller#tS3 .jTscroller a{display:block; margin:0 6px 10px 6px; width:100px; overflow:hidden; opacity:0.7;}
.jThumbnailScroller#tS3 .jTscroller a:hover{opacity:1;}
.jThumbnailScroller#tS3 .jTscroller a:first-child{margin-top:50px;}
.jThumbnailScroller#tS3 .jTscrollerNextButton{margin:10px 0 10px -20px; bottom:0; left:50%; -moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); -o-transform:rotate(90deg); -ms-transform:rotate(90deg);}
.jThumbnailScroller#tS3 .jTscrollerPrevButton{margin:10px 0 10px -20px; top:0; left:50%; -moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); -o-transform:rotate(90deg); -ms-transform:rotate(90deg);}