
.MDallwrap{
	overflow-y: hidden;
	overflow-x: visible;
	position: absolute;
	width: 100%;
}


#MDclose{
	width: 45px;
	height: 45px;
	position: fixed;
	top: 0px;
	right: 200px;
	cursor: pointer;
	z-index: 100010;
}

#MDwrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 100010;
}

#MDwindow{
	position: absolute;
	z-index: 100010;
	top: 0;
	left: 0;
	height: 100%;
}

#MDwindow iframe{
	border: 0;
	height: 100%;
}


#MDbackground{
	position: fixed;
	z-index: 100001;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #000000;
	filter:alpha(opacity=94);
	-moz-opacity: 0.94;
	opacity: 0.94;
}

#MDprev{
	position: absolute;
	width:45px;
	height:45px;
	z-index:100020;
	display:none;
	cursor: pointer;
}

#MDnext{
	position: absolute;
	width:45px;
	height:45px;
	z-index:100020;
	cursor: pointer;
	display: none;
}
