@charset "utf-8";
/*
Thumbnail scroller jQuery plugin
scrollers styling
*/
#menu li.opensub div.content .jThumbnailScroller{
	position:relative; 
	width:100%;
	height:347px;
	background:#000;
	overflow:hidden;
}
#menu li.opensub div.content .jThumbnailScroller .jTscrollerContainer{position:absolute;}
#menu li.opensub div.content .jThumbnailScroller .jTscroller{position:relative; height:100%; margin:0; left:0; top:0; display:inline-block; *display:inline;}
#menu li.opensub div.content .jThumbnailScroller .jTscrollerNextButton,
#menu li.opensub div.content .jThumbnailScroller .jTscrollerPrevButton{
	position:absolute;
	display:block;
	width:47px;
	height:47px;
	opacity:0.7;
}
#menu li.opensub div.content .jThumbnailScroller .jTscrollerNextButton{
	background:#000 url(../img2/nextArrow.png) center center;
}
#menu li.opensub div.content .jThumbnailScroller .jTscrollerPrevButton{
	background:#000 url(../img2/prevArrow.png) center center;
}
#menu li.opensub div.content .jThumbnailScroller .jTscrollerNextButton:hover,.jThumbnailScroller #menu li.opensub div.content .jTscrollerPrevButton:hover{background-color:#d56916; opacity:1;}
#menu li.opensub div.content .jThumbnailScroller .jTscroller a{
	display:block;
	float:left;
	border:none;
	margin:0;
	background:#fff;
}
#menu li.opensub div.content .jThumbnailScroller .jTscroller a:hover{opacity:.5;}
#menu li.opensub div.content .jThumbnailScroller .jTscroller a:first-child{margin-left:0;}
#menu li.opensub div.content .jThumbnailScroller .jTscroller a img{border:none;
/* added by Els */
display:block;

}
/* different styled scrollers */
/* liquid width scroller */
#menu li.opensub div.content .jThumbnailScroller#tS2{width:100%;}
#menu li.opensub div.content .jThumbnailScroller#tS2 .jTscroller a{opacity:0.7;}
#menu li.opensub div.content .jThumbnailScroller#tS2 .jTscroller a:hover{opacity:1;}
#menu li.opensub div.content .jThumbnailScroller#tS2 .jTscrollerNextButton{
	margin:-23px 0 0 0;
	right:0;
	top:50%;
}
#menu li.opensub div.content .jThumbnailScroller#tS2 .jTscrollerPrevButton{
	margin:-23px 0 0 0;
	left:0;
	top:50%;
}
/* a vertical scroller */
#menu li.opensub div.content .jThumbnailScroller#tS3{position:absolute; left:40px; top:322px; width:122px; height:400px; margin:0; background:#eee;}
#menu li.opensub div.content .jThumbnailScroller#tS3 .jTscroller{height:auto; margin-bottom:40px;}
#menu li.opensub div.content .jThumbnailScroller#tS3 .jTscroller a{display:block; margin:0 6px 10px 6px; width:100px; overflow:hidden; opacity:0.7;}
