@charset "utf-8";
/* CSS Document */

.mf a.show {
	position:absolute;
	margin-left:-55px;
	width:111px;
	height:32px;
	top:35%;
	left:50%;
	z-index:100;
	cursor:pointer;
}
.mf a.show.image{
	background:url(images/open_image.png) no-repeat 50%;
}

.mf a.show.link{
	background:url(images/open_link.png) no-repeat 50%;
}

