#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	height:1000px;
	z-index: 9999;
	background-color: #000!important;
	width: expression( document.body.clientWidth < 975 ? "974px" : "100%" );
	min-width: 100%;	
}
#MB_overlay[id] { position: fixed; }

/*#MB_window[id] {}*/
#MB_window[id] { position: fixed!important;}

#MB_frame {
	position: relative;
	height:0;
}

#MB_window {
	position: absolute;
	margin:0 auto;
	top:50px;
	left:35%;	
	border: 0;
	text-align: left;
	z-index: 10000;
	height:0;
	width:100%;
}

#MB_frame {
	position: relative;
	height:0;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	overflow: auto;
	margin:auto;
}


#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url("images/graphics/spinner.gif") 50% 0 no-repeat;
}