/*		FOTOALBUM MODUL		*/


.foto_big{
	position:relative;
	text-align:center;
	
	height:auto;
	overflow:hidden;
	
	/*border:#000000 solid 1px;*/
}

#foto_navigator{
	text-align:center;
	width:100%;
	height:30px;
	line-height:30px;
	padding-top:5px;
	
	/*border:#000000 solid 1px;*/
}

#foto_every_small_holder{
	position:relative;
	
	overflow:visible;
	text-align:left;
	
	width:750px;;
	height:auto;
	float:left;
	clear:both;
	
	margin-top:30px;
	margin-left:64px;
	margin-bottom:10px;
	display:inline;
	
	/* border:#FFFFFF solid 1px; */
}


.foto_small_holder{
	/* border:#555555 solid 1px; */
	visibility:visible;
	float:left;
	width:125px;
	height:auto; /* 145px*/
	overflow:visible;
	text-align:left;
	display:inline;
	
	margin-right:10px;
	margin-bottom:30px;	
	/*background-image:url(../../bilder/gui/foto_small_shadow.gif);
	
	*/
	background-repeat:no-repeat;
	


}

.foto_small{
	width:100%;
	height:100px;
	/*
	margin-right: 5px;
	margin-bottom: 5px;
	*/
	overflow:hidden;
	text-align:center;
	/*border:#CCCCCC solid 1px;*/
}
.transOFF{
	filter: Alpha(Opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
.transON{
	filter: Alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.imgText_OFF{
	filter: Alpha(Opacity=30);
	-moz-opacity:30;
	opacity:30;
}
.hidden{
	visibility:hidden;
}

#foto_img_text_holder{
	position:relative;
	overflow:hidden;
	
	width:100%;
	height:auto;
	margin-top:10px;
	
	/*z-index:10;*/
}	
#foto_img_text{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align:center;
	line-height:20px;
	
	/*filter: Alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;*/
}

.foto_dd{
	width:140px;
	color: #000000;
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
	/*background-color:#333333;
	border:#000000 solid 1px;
	*/
}
.markera{
	width:67px;
	float:left;
	/* border:#CCCCCC solid 1px; */
}

