#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position:absolute;
	top: 10px;
	border: 0 solid;
	text-align:left;
	z-index:10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position:relative;
	background-color: #FFF;
	height:100%;
	padding-bottom: 20px;
}

#MB_header {
	margin:0;
	min-height: 35px;
}

#MB_content {
	padding: 10px;
	overflow:auto;
	clear:  both;
}

#MB_caption {
	font: 10px Verdana, Helvetica, sans-serif;	
 	background-color: #fff; 
	margin: 0 auto; 
	overflow: auto; 
	width: 70%;
	float: left;
}



#MB_close {
	display:block;
	position:absolute;
	right:15px; top:8px;
	padding:2px 3px;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
	border:none;
    outline: none;

}
#MB_close:hover {
	background:transparent;
	text-decoration:none;
	border:none;
	outline: none;

}

#MB_close span {
	text-decoration:none;
	border:none;
	outline: none;
}


#MB_loading {
	padding: 1.5em;
	/*text-indent: -10000px;*/
	background: transparent url(/lightbox/images/loading.gif) no-repeat;
	position: absolute; 
	top: 40%; 
	left: 50%; 
	height: 25%; 
	width: 100%; 
	text-align: 
	center; 
	line-height: 0;
}

/* Color scheme */
#MB_window {
	background-color:#FFF;
	color:#000;
}
/*#MB_content { border-top: 1px solid #FFF; }*/
#MB_header {
  background-color:#fff;
  border-bottom: 1px solid #FFF;
}
#MB_caption { 
	color:#666;
	margin: 15px;
}
/*#MB_close { color:#777 }
#MB_close:hover { color:#000 }*/

#MB_close img { border:none; outline: none;
}

#MB_close a:link, #MB_close a:active, #MB_close a:visited, #MB_close a:hover { border:none; text-decoration:none; outline: none;}