/* CSS Document */

#ibox_w{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #000;
	margin:0;
	padding:0;
	opacity:0;
}

#ibox_progress {	
	margin:0;padding:0;
	position: absolute;
	z-index:105;
}

#ibox_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:1000;
	padding:5px 5px 0 0;
	border:0;
	width:300px;
	height:300px;
	background-color:#fff;
	padding-bottom:30px;
	margin:0;
}

#ibox_content {
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	margin-bottom:0;
	position:relative;
	top:0px;
	left:0px;
	/*border:1px solid #000;*/
	padding:0;
}

#ibox_footer_wrapper {
	position:relative;padding:0;margin:0px;top:0px;left:0px;
}

#ibox_footer_wrapper a, #ibox_footer_wrapper a:visited {
display:block;
width:66px;
height:22px;
text-indent:-10000px;
background:url(../img/lightbox-btn-close.gif) 0 0;
}

#ibox_footer_wrapper a:hover {
background:url(../img/lightbox-btn-close.gif) 0 0px;
}

