@charset "utf-8";
/*
Thumbnail scroller jQuery plugin
scrollers styling
*/
.jThumbnailScroller{position:relative; width:443px; height:80px; margin:160px auto 0 -15px; border:0px solid #eee; background:#fff; padding:0; overflow:hidden; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
.jThumbnailScroller .jTscrollerContainer{position:absolute;}
.jThumbnailScroller .jTscroller{position:relative; height:80px; margin:0; left:23px; top:0; display:inline-block; *display:inline;}
.jThumbnailScroller .jTscrollerNextButton,.jThumbnailScroller .jTscrollerPrevButton{position:absolute; display:block; width:40px; height:40px; background-color:transparent !important;/* -moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px;*/ opacity:0.3;}
.jThumbnailScroller .jTscrollerNextButton{background:#000 url(/assets/images/nextArrow.png) center center no-repeat;}
.jThumbnailScroller .jTscrollerPrevButton{background:#000 url(/assets/images/prevArrow.png) center center no-repeat;}
.jThumbnailScroller .jTscrollerNextButton:hover,.jThumbnailScroller .jTscrollerPrevButton:hover{opacity:0.9;}
.jThumbnailScroller .jTscroller a{display:inline-block; *display:inline; border:2px solid #c0defc; margin:6px 10px 6px 0; background:#fff; /*-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;*/}
.jThumbnailScroller .jTscroller a:hover{border-color:#010337;}
.jThumbnailScroller .jTscroller a:first-child{margin-left:10px;}
.jThumbnailScroller .jTscroller a img{border:none;}
/* different styled scrollers */
/* liquid width scroller */
.jThumbnailScroller#tS1{width:95%;}
.jThumbnailScroller#ov_thumbs{margin:10px -5px;}
.jThumbnailScroller#ov_thumbs .jTscroller a{opacity:0.9;}
.jThumbnailScroller#ov_thumbs .jTscroller a:hover{opacity:1;}
.jThumbnailScroller#ov_thumbs .jTscrollerNextButton{margin:-27px 10px 0 10px; right:-60px; top:50%;}
.jThumbnailScroller#ov_thumbs .jTscrollerPrevButton{margin:-27px 10px 0 10px; left:-15px; top:50%;}
/* 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);}*/