.mf a.show {
	position:absolute;
	margin-left:0px;
	width:180px;
	height:150px;
	top:30%;
	left:35%;
	z-index:100;
	cursor:pointer;
	border: 0px solid #000;

}

* html .mf a.show {
	position:absolute;
	margin-left:0px;
	width:180px;
	height:200px;
	top:18%;
	left:35%;
	z-index:100;
	cursor:pointer;
	border: 1px solid #fff;

}

/*
.mf a.show {
	position:absolute;
	margin-left:-16px;
	width:32px;
	height:32px;
	top:70%;
	left:50%;
	z-index:100;
	cursor:pointer;

}
*/

.mf a.show.image{
	background:url(../images/skin/open_image.png) no-repeat 50%;
}
.mf a.show.viewerload{
	background:url(../images/skin/loader.gif) no-repeat 50%;
}
.mf a.show.link{
	background:url(../images/skin/open_link1.png) no-repeat 50%;
}
.mf div.tooltip{
	background:url(../images/skin/tooltip.png) no-repeat 50%;
	width:262px;
	margin-left:-151px;
	height:70px;
	padding:20px;
	position:absolute;
	z-index:101;
	top:0;
	left:50%;
	text-align:center;
}