* {margin:0;padding:0}

.mask{
	position:absolute;
	left:50%;
	margin-left:-160px;  /* Mask-Abstand zur linken Kante */
	width:320px;         /* Mask-Breite */
	height:200px;        /* Mask-Hoehe */
	overflow:hidden;
}

#box{
	position:absolute;
}

#box span{
	display:block;
	float:left;
}


#thumbs7{
	position:relative;
	width:484px;  /* Breite Thumbs-Mask */
	clear:both;
	height:50px;  /* 34 Hoehe Thumbs-Mask */
	overflow:hidden;

	margin-top:240px; /* Abstand zur Oberkante Main-Image*/
}

#thumbs7 .thumbs, #thumbs_handles7, #thumbs_mask7{
	position:absolute;
	top:0;
	width:100%;
	height:81px; /* 41 Keine Auswirkung */
}

#thumbs7 .thumbs div, #thumbs_handles7 span{
	display:block;
	width:80px; /* 60 Abstand zwischen zwei Thumbs */
	height:61px; /* 41 */
	margin:0;
	float:left;
	cursor:pointer;
}


#thumbs7 .thumbs div img{
	width:74px;  /* Breite eines Thumb */
   height:50px; /* Hoehe  eines Thumb */
	float:right;
}

#thumbs_mask7{
	width:1200px;
   height:51px;
	background:url(cSlide.gif) no-repeat center top;
}

