#FotoBox{
	position:absolute;
}
#FotoBox span{
	display:block;
	float:left;
}

.Gallery{
	padding:20px 30px; 
	margin:4px 0 25px 0; 
	/*border:1px solid #660000*/
}

#GalleryBackGround{
	width:538px;      /* Anzahl Fotos x 60 + 2.padding der Gallery */
	margin:0 auto;
	background:#fff;   /*fff ohne, 000 schwarz */
	text-align:left;
}

.GrossFoto{
	position:absolute;
	left:50%;
	margin-left:-236px; /* Hälfe der Fotobox nach links - 4px für Rand*/
	width:480px;
	height:360px;
	overflow:hidden;
}

#KleinFoto{
	position:relative;
	width:480px; /* Anzahl Fotos mal 60 */
	clear:both;
	height:41px;
	overflow:hidden;
	margin-top:380px;
}
#KleinFoto .thumbs, #KleinFoto_Handle, #KleinFoto_Maske{
	position:absolute;
	top:0;
	width:100%;
	height:41px;
}
#KleinFoto .thumbs div, #KleinFoto_Handle span{
	display:block;
	width:60px;
	height:41px;
	margin:0;
	float:left;
	cursor:pointer;
}
#KleinFoto .thumbs div img{
	width:54px;
	float:right;
}
#KleinFoto_Handle span{
	background:url(P_Pic_Invisible.gif) no-repeat;
}
#KleinFoto_Maske{
	width:1200px;
	background:url(P_Pic_ThumbMask.gif) no-repeat center top;
}

