#ibox{	
	position: absolute;	
	left: 0; 
	width: 100%;  
	text-align: center; 
	line-height: 0;
}

#outer_ibox{ 
	position: relative; 
	background-color: #fff; 
	width: 250px; 
	height: 250px; 
	margin: 0 auto; 
	border:3px solid #FFF; 
}

#ibox_loading{ 
	position: absolute;
	top: 40%; 
	left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0;
}

#ibox_loading a img{ border: none; }

#ibox_data{ 
	font: 10px Verdana, Helvetica, sans-serif;  
	margin: 0 auto; 
	line-height: 1.4em; 
	overflow: auto; 
	width: 100%	; 
}

#close_ibox{ 
	/*width: 40%;*/
	/*float: right;*/
	top:0;	
	right:3px; 
	padding-bottom: 0.7em; 
	outline: none;
	padding:5px;
	position:absolute;
	/*bottom:0;*/
}

#overlay_ibox{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 	
	background-color: #000;
	padding:5px;	
}

#ibox_hoverNav {
	margin:auto;
	display:block;
	width:70px;
	height:35px;	
	padding-top:3px;
}
#ibox_hoverNav a{ outline: none;}

#ibox_prevLink, #ibox_nextLink{ width: 31px; height: 100%; display: block; }
#ibox_prevLink {  float: left; background: url(/images/ibox/prevlabel.gif)  no-repeat; }
#ibox_nextLink {  float: right; background: url(/images/ibox/nextlabel.gif)  no-repeat; }

