.mf A.show {
	Z-INDEX: 100; LEFT: 50%; MARGIN-LEFT: -16px; WIDTH: 32px; CURSOR: pointer; POSITION: absolute; TOP: 70%; HEIGHT: 32px
}
.mf A.show.image {
	BACKGROUND: url('skin/open_image.png') no-repeat 50% 50%; 
}
.mf A.show.viewerload {
	BACKGROUND: url('skin/loader.gif') no-repeat 50% 50%; 
}
.mf A.show.link {
	BACKGROUND: url('skin/open_link.png') no-repeat 50% 50%; 
}
.mf DIV.tooltip {
	padding:20px; Z-INDEX: 101; BACKGROUND: url('skin/tooltip.png') no-repeat 50% 50%; LEFT: 50%; MARGIN-LEFT: -151px; WIDTH: 262px; POSITION: absolute; TOP: 0px; HEIGHT: 90px; TEXT-ALIGN: center
}