/* Galerie */

.dia{
	width:125px;
	
	text-align:center;
	
	padding:0;
	margin:30px 0 5px 0;
	
	position:relative; /* IE z-Index Problem */
	overflow:visible;
	
	#position:static;
}

.userview .dia{
	margin-top:20px;
}

.diaMain{
	width:125px;
	height:125px;

	line-height:125px;
	display:table-cell;
    vertical-align:middle;
	
	background-image:url(diarahmen.png);
	background-repeat:no-repeat;
	
	overflow:visible;
	
	position:relative;
	
	margin:0 0 5px 0;
	padding:0;
	
	#line-height:123px;
}

.diaMain img{
	vertical-align:middle;
	padding:0;
	margin:0;
}

.diaMain .delete{
	position:absolute;
	top:-13px;
	right:-9px;
	z-index:5;
	
	display:block;
	width:45px;
	height:27px;
	
	background-image:url(galerie-delete.png);
	line-height:0;
}

.diaMain a:hover{
	text-decoration:none;
}

.diaSubtitle{
	font-size:9px;
	line-height:12px;
}

.picEditLayer{
	position:absolute;
	border:1px solid #E0E0E0;
	background-color:#333333;
	padding:10px;
	margin:0;
	color:#FFFFFF;
	left:0;
	text-align:left;
	width:300px;
	z-index:50;
}

.picEditLayer strong{
	width:200px;
	display:block;
}

.picEditLayer a{
	color:#FFFFFF;
}

.picEditLayer .abort{
	float:right;
}

.picEditLayer input{
	float:left;
}

.picEditLayer textarea{
	width:100%;
}