/* CSS Document */

/* scroller */
.scroller{
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-khtml-border-radius:5px;
	border:2px solid #AEC3CF;
	background-color:#AEC3CF;
	width:281px;
	min-height:190px;
	_heght:190px;
	margin-top:4px;
}
.scroller-inner{
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-khtml-border-radius:3px;
	border:1px solid #06C;
	background-color:#FFF;
	position:relative;
	width:269px;
	min-height:178px;
	_height:178px;
	padding:5px;
	overflow:hidden;
}
/* window */
.window{/*height:210px;*/}
.window ol.teaser-items{position:relative;}
.window ol.teaser-items li{/*width:210px;height:200px;position:absolute;top:5px;left:5px;*/display:none; overflow:hidden;}
.window ol.teaser-items li img{ width:234px; height:172px;}
/* teaser-header */
.teaser-header{
	-moz-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	-o-border-radius:0 0 3px 3px;
	-khtml-border-radius:0 0 3px 3px;
	
	position:absolute;bottom:0;left:0;width:244px;background:url("jdx13-footer.gif") repeat-x;
}
.teaser-header ol{border-top:1px solid #AEC3CF; padding-left:70px;}
.teaser-header ol li{ float:left;position:relative;top:-1px;}
.teaser-header ol li a{font-size:12px;line-height:26px;color:#06C;text-decoration:none;font-weight:bold; width:25px; float:left; text-align:center;}
.teaser-header li.selected{background:url("jdx13-selected.gif") no-repeat center top;}
.teaser-header li.selected a{color:#ff6600;}
/* slideshow-controls */
.slideshow-controls .prev, .slideshow-controls .next{background:url("jdx13-scroller.gif") no-repeat;position:absolute;left:8px;bottom:13px;cursor:pointer;display:block;overflow:hidden;height:27px;width:27px;text-decoration:none;text-indent:-5000px;}
.slideshow-controls .prev{background-position:0 0;}
.slideshow-controls .prev:hover{background-position:0 -50px;}
.slideshow-controls .prev:active{background-position:0 -100px;}
.slideshow-controls .next{background-position:0 -150px;left:auto;right:8px;}
.slideshow-controls .next:hover{background-position:0 -200px;}
.slideshow-controls .next:active{background-position:0 -250px;}
#tese {
	list-style-type:none;
	margin-top: 3px;
}
