#thumb_menue {
	position:absolute;
	left:218px; top:15px;
	width:217px; height:468px;
	background:url(../img/bg_thumb_menue.gif) no-repeat;
}

#thumb_menue .thumb {
	position:relative;
	float:left;
	width:91px; height:91px;
	margin:7px 0px 0px 7px;
	background:url(../img/bg_thumb_small.gif) no-repeat;
} 
#thumb_menue .thumb_active {
	position:relative;
	float:left;
	width:91px; height:91px;
	margin:7px 0px 0px 7px;
	background:url(../img/bg_thumb_small_o.gif) no-repeat;
} 

#thumb_menue .clip {
	position:absolute;
	left:2px; top:11px;
	width:87px; height:65px;
	overflow:hidden;
} 

#thumb_menue img.tn {
	margin:	-9px 0px 0px -8px;
}

#thumb_menue .thumb_title {
	position:absolute;
	left:0px; top:425px;
	width:217px; height:40px;
	padding: 5px 0px 0px 0px;
	text-align:center;
	display:none;
}
#thumb_menue .text {
	font: bold 12px arial, helvetica, sans-serif;
}

#thumb_menue .next {
	margin:0px;
	position:absolute;
	right:12px; top:400px;
	width:18px; height:16px;
} 

#thumb_menue .back {
	margin:0px;
	position:absolute;
	left:12px; top:400px;
	width:18px; height:16px;
} 

