@charset "utf-8";
/*
Thumbnail scroller jQuery plugin
scrollers styling
*/
.jThumbnailScroller{position:relative; width:930px; height:147px; overflow:hidden; margin:0 auto; margin-top:30px; }
.jThumbnailScroller .jTscrollerContainer{position:absolute; bottom:0; *posiiton:relative; }
.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:110px; z-index:5;}
.jThumbnailScroller .jTscrollerNextButton{background: url(../../imgs/setadirgal.png) no-repeat center center;}
.jThumbnailScroller .jTscrollerPrevButton{background: url(../../imgs/setaesqgal.png) no-repeat center center; }
.jThumbnailScroller .jTscrollerNextButton:hover{background: url(../../imgs/setadirgal.png) no-repeat center center; }
.jThumbnailScroller .jTscrollerPrevButton:hover{background: url(../../imgs/setaesqgal.png) no-repeat center center;}
.jThumbnailScroller .jTscrollerNextButton:hover,.jThumbnailScroller .jTscrollerPrevButton:hover{ }*/
.jThumbnailScroller .jTscroller a{display:block; float:left; margin-right:5px;}
.jThumbnailScroller .jTscroller a:hover{ }
.jThumbnailScroller .jTscroller a:first-child{ }
.jThumbnailScroller .jTscroller a img{border:none; overflow:hidden;}

