@charset "utf-8";
/*
Thumbnail scroller jQuery plugin
scrollers styling
*/
.jThumbnailScroller{position:relative; width: 509px; height:66px; margin:0; padding:0; 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:12px;
	height:22px;
	top: 50%;
	margin-top: -6px;
}
.jThumbnailScroller .jTscrollerNextButton{
	background: url(../images/carusel-r.png) center center no-repeat;
}
.jThumbnailScroller .jTscrollerPrevButton{
	background: url(../images/carusel-l.png) center center no-repeat;
}
.jThumbnailScroller .jTscrollerNextButton:hover,.jThumbnailScroller .jTscrollerPrevButton:hover{opacity:1;}
.jThumbnailScroller .jTscroller a{display:block; float:left; margin-top: 18px;}
.jThumbnailScroller .jTscroller a:hover{border-color:#fff;}
.jThumbnailScroller .jTscroller a img{border:none; margin-right: 58px;}
.jThumbnailScroller .jTscroller a:last-child img {margin-right: 0px;}

/* different styled scrollers */
/* liquid width scroller */

.jThumbnailScroller#tS2 .jTscroller a{}
.jThumbnailScroller#tS2 .jTscroller a:hover{}
.jThumbnailScroller#tS2 .jTscrollerNextButton{right:0; top:50%;}
.jThumbnailScroller#tS2 .jTscrollerPrevButton{left:0; top:50%;}



.PrevButton, .NextButton{
	position:absolute;
	display:block;
	width:48px;
	height:48px;
	top: 40%;
	margin-top: -11px;
}

.PrevButton{
	background: url(../images/carusel-l.png) center center no-repeat;
	left: -10px;
}

.NextButton{
	background: url(../images/carusel-r.png) center center no-repeat;
	right: -10px;
}
