@charset "utf-8";
/*
Thumbnail scroller jQuery plugin
scrollers styling
*/
.jThumbnailScroller{
	position:relative;
	width:805px;
	height:220px;
	padding:0;
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background: #AAAAAA;
	border: 2px solid #666666;
	margin-left: 10px;
}
.captions {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	text-align: center;
	font-weight: normal;
	clear: both;
}

.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{background:#000 url(New%20folder/nextArrow.png) center center;}
.jThumbnailScroller .jTscrollerPrevButton{background:#000 url(New%20folder/prevArrow.png) center center;}
.jThumbnailScroller .jTscrollerNextButton:hover,.jThumbnailScroller .jTscrollerPrevButton:hover{
	background-color:#0098CA;
	opacity:1;
}
.jThumbnailScroller .jTscroller a{
	display:block;
	float:left;
	border:4px solid #4A4A4B;
	margin:6px 9px 6px 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	text-align: center;
}
.jThumbnailScroller .jTscroller a:hover{
	border-color:#FFFFFF;
}
.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{
}
.jThumbnailScroller#tS2 .jTscroller a{opacity:1;}
.jThumbnailScroller#tS2 .jTscroller a:hover{opacity:1;}
.jThumbnailScroller#tS2 .jTscrollerNextButton{
	margin:-20px 10px 0 10px;
	right:-18px;
	top:50%;
}
.jThumbnailScroller#tS2 .jTscrollerPrevButton{
	margin:-20px 10px 0 10px;
	left:-18px;
	top:50%;
}
/* a vertical scroller */
.jThumbnailScroller#tS3{position:absolute; left:40px; top:322px; width:122px; height:400px; margin:0; background:#eee;}
.jThumbnailScroller#tS3 .jTscroller{
	height:auto;
	margin-bottom:40px;
}
.jThumbnailScroller#tS3 .jTscroller a{display:block; margin:0 6px 10px 6px; width:100px; overflow:hidden; opacity:0.5;}
.jThumbnailScroller#tS3 .jTscroller a:hover{opacity:1;}
.jThumbnailScroller#tS3 .jTscroller a:first-child{margin-top:50px;}
.jThumbnailScroller#tS3 .jTscrollerNextButton{margin:10px 0 10px -20px; bottom:0; left:50%; -moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); -o-transform:rotate(90deg); -ms-transform:rotate(90deg);}
.jThumbnailScroller#tS3 .jTscrollerPrevButton{margin:10px 0 10px -20px; top:0; left:50%; -moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); -o-transform:rotate(90deg); -ms-transform:rotate(90deg);}
