/* ibox CSS FOR COMMENTS HOVERING ABOVE THE IMAGE */

#ibox_w{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #000;
	margin:0;
	padding:0;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

#ibox_progress {	
	margin:0;padding:0;
	position: absolute;
	z-index:105;
}

#ibox_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:1000;
	width:400px;
	height:300px;
	padding-bottom:30px;
	margin:0;
}


#ibox_content {
	width:600px;
	height:563px;
	position:absolute;
	top:47%;                  
	left:50%;
	background-color:#FFF;
	margin:-283px 0 0 -378px; /* jeweils die Hälfte der Gesamthöhe und -breite */
	filter:alpha(opacity=85); /* for IE */
	opacity: 0.85; /* for FF */
}

*html #ibox_content {
	margin: 0;
	padding: 0;
	position: relative;
	top: 6px;
	left: 0px;
}

#ibox_footer_wrapper {
	position:relative;
	padding:0;
	margin:0;
	top:530px;
	right:190px; 
	z-index:1002;
}

* html #ibox_footer_wrapper {
	position: relative;
	top: 550px;
	right: 210px;
}

#ibox_close_a {
	font-size: 12px;
	color: white;
	background-color: #333;
	padding: 5px;
}