@charset "utf-8";
/*
Thumbnail scroller jQuery plugin
scrollers styling
*/
.jThumbnailScroller{
position:relative; 
height:154px; 
margin:0px;  
background:#1f1f1f; 
overflow:hidden;

max-width:1140px;
width: 100%; 

 }
.jThumbnailScroller .jTscrollerContainer{position:absolute;
overflow:hidden;
}
.jThumbnailScroller .jTscroller{position:relative; height:100%; margin:0; left:0; top:0; display:inline-block; *display:inline;}

.jTscrollerNextButton,.jTscrollerPrevButton{position:absolute; display:block;  opacity:1; width:17px;
height:10px;}
.jTscrollerNextButton{ /* background:url(../images/nextArrow.png) center center;
background-repeat:no-repeat;}
.jTscrollerPrevButton{background:url(../images/prevArrow.png) center center;
background-repeat:no-repeat; */}



.jTscrollerNextButton:hover,.jTscrollerPrevButton:hover{
	background-color:#000;
	}
.jThumbnailScroller .jTscroller a{
	text-decoration:none; color:#9a9a9a; display:block; float:left; border:0px solid #ccc; margin:0px; background:transparent; }
.jThumbnailScroller .jTscroller a:hover{ color:#FFF;
text-decoration:none;}

.jThumbnailScroller .jTscroller a img{border:none;}
/* different styled scrollers */
/* liquid width scroller */
.jThumbnailScroller#tS1{}
.jThumbnailScroller#tS2{margin:16px auto;}
/*.jThumbnailScroller#tS2 .jTscroller a{opacity:0.1;}
.jThumbnailScroller#tS2 .jTscroller a:hover{opacity:1;}
.jThumbnailScroller#tS2 .jTscrollerNextButton{margin:-20px 10px 0 10px; right:0; top:50%;}
.jThumbnailScroller#tS2 .jTscrollerPrevButton{margin:-20px 10px 0 10px; left:0; top:50%;}*/
/* a vertical scroller */
