@charset "utf-8";
/*
Thumbnail scroller jQuery plugin
scrollers styling
*/
.jThumbnailScroller{
	position:relative;
	width:1145px;
	height:37px;
	margin:0 auto;
	padding:0px;
	overflow:hidden;
}

*+html .jThumbnailScroller{
	height:37px;
}

.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:27px;
	height:37px;
}

.jThumbnailScroller .jTscrollerNextButton{
	background-color: #fff;
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.jThumbnailScroller .jTscrollerPrevButton{
	background-color: #fff;
	background-image: url(../images/left.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.jThumbnailScroller .jTscrollerNextButton:hover,.jThumbnailScroller .jTscrollerPrevButton:hover{background-color:#fff;
	}

.jThumbnailScroller .jTscroller a{
	display:block;
}

.jThumbnailScroller .jTscroller ul li {
	float:left;
	margin-right:20px;
	margin-left:20px;
	color:#fff;
	font-size:16px;
	font-weight:normal!important;
	padding-top:11px;
}

.jThumbnailScroller .jTscroller a:hover{border-color:#fff;}
.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#tS2{
	width:1145px;
	margin:0 auto;
}

.jThumbnailScroller#tS2 .jTscrollerNextButton{
	right:0px;
	top:0px;
}

.jThumbnailScroller#tS2 .jTscrollerPrevButton{
	left:0px;
	top:0px;
}
