@charset "utf-8";
/*
Thumbnail scroller jQuery plugin
scrollers styling
*/

body {
	margin:0;
	padding:0;
	color: #333;
	font: normal 0.6em sans-serif,Arial;
	background-color: #000;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center top;
	width: 100%;
	overflow: hidden;
}


.jThumbnailScroller{position:absolute; width:100%; height:122px; bottom:20px; border:2px solid #333; background:#000; padding:0; overflow:hidden; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}
.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:40px; height:40px; -moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; opacity:0.7;}

.jThumbnailScroller .jTscrollerNextButton:hover,.jThumbnailScroller .jTscrollerPrevButton:hover{background-color:#d56916; opacity:1;}
.jThumbnailScroller .jTscroller a{float:left; margin:10px 10px 7px 0; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}

.jThumbnailScroller .jTscroller a:first-child{margin-left:10px;}
.jThumbnailScroller .jTscroller a img{border:2px solid #333; opacity:0.3; width:100px; height:100px;}
.jThumbnailScroller .jTscroller a img:hover{opacity:1;}
/* different styled scrollers */
/* liquid width scroller */
.jThumbnailScroller#tS1{width:99.5%;}

/****************************
	 -	LOAD PRELOAD	-
 *****************************/
.st_loading{
	        position:fixed;
	        display:none;
	        background:#000 url(../images/loader.gif) no-repeat 10px 50%;
	        padding:15px 40px 15px 60px;
	        -moz-box-shadow:0px 0px 2px #000;
	        -webkit-box-shadow:0px 0px 2px #000;
	        box-shadow:0px 0px 2px #000;
	        opacity:0.6;
	        filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);	                
                }              
#preload{display:none;}
