@charset "utf-8";
/*
Thumbnail scroller jQuery plugin
scrollers styling
*/
.jThumbnailScroller{bottom:0px;width: 800px; /*height:122px;*/ margin:0px auto 0 auto; border:5px solid #000; background:#111; padding:0; overflow:hidden; }
.jThumbnailScroller .jTscrollerContainer{position:fixed;}
.jThumbnailScroller .jTscroller{position:relative; height:100%; margin:0; left:0; top:0 !important; display:inline-block; *display:inline;}
.jThumbnailScroller .jTscrollerNextButton,.jThumbnailScroller .jTscrollerPrevButton{position:absolute; display:block; width:40px; height:40px; -moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; opacity:0.7;}
.jThumbnailScroller .jTscrollerNextButton{background:#000 url(nextArrow.png) center center;}
.jThumbnailScroller .jTscrollerPrevButton{background:#000 url(prevArrow.png) center center;}
.jThumbnailScroller .jTscrollerNextButton:hover,.jThumbnailScroller .jTscrollerPrevButton:hover{background-color:#000; opacity:1;}
.jThumbnailScroller .jTscroller a{display:block; float:left; border-bottom:1px solid #000;border-top:1px solid #000; margin:0; background:#111;}
.jThumbnailScroller .jTscroller a:hover{
	box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	border:none;}
.jThumbnailScroller .jTscroller a:first-child{margin-left:0px;}
.jThumbnailScroller .jTscroller a img{border:none;}
/* different styled scrollers */
/* liquid width scroller */
.jThumbnailScroller#tS1{ opacity:0;width:100%; position:fixed; bottom:130px; z-index:9999;}
#tS1 a img{
	width:200px;
}