/*
Thumbnail scroller jQuery plugin
scrollers styling
*/
.jThumbnailScroller
{
	position: relative;
	margin: 10px auto;
	border: 5px solid #EEE;
	background: #FFFFFF;
	overflow: hidden;
}
.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(nextArrow.png) center center;
}
.jThumbnailScroller .jTscrollerPrevButton
{
	background: #000 url(prevArrow.png) center center;
}
.jThumbnailScroller .jTscrollerNextButton:hover, .jThumbnailScroller .jTscrollerPrevButton:hover
{
	background-color: #D56916;
	opacity: 1;
}
/*different styled scrollers
liquid width scroller*/
.jThumbnailScroller#tS0
{
	width: 960px;
	border: 0;
	margin: 0 auto;
	height: 40px;
	padding-top: 7px;
	background: #A4A2C9;
}
.jTscroller IMG
{
	padding-left: 7px;
	padding-right: 7px;
	height: 40px;
	opacity: .6;
}
.jTscroller IMG:hover
{
	padding-left: 7px;
	padding-right: 7px;
	height: 40px;
	opacity: 1;
}
.jThumbnailScroller#tS1
{
	width: 99%;
	height: 174px;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.jThumbnailScroller#tS2
{
	width: 99%;
	height: 174px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.jThumbnailScroller#tS3
{
	width: 99%;
	height: 174px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.jThumbnailScroller#tS4
{
	width: 99%;
	height: 174px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.jThumbnailScroller#tS5
{
	width: 100%;
	height: 174px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
