.mf div.show {
	position:absolute;
	margin-left:-15px;
	width:32px;
	height:32px;
	top:55%;
	left:50%;
	z-index:99;
	cursor:pointer;
}
.mf div.show.image{
	background:url('../images/mooflo/open_image.png') no-repeat 50%;
}
.mf div.show.viewerload{
/*	background:url('../images/mooflo/loader.gif') no-repeat 50%;*/
	background:url('../images/mooflo/open_image.png') no-repeat 50%;
}
.mf div.show.link{
	background:url('../images/mooflo/open_link.png') no-repeat 50%;
}
.mf div.tooltip{
	background:url('../images/mooflo/tooltip.png') no-repeat 50%;
	width:262px;
	height:70px;
	padding:20px;
	position:absolute;
	z-index:100;
	top:0;
	text-align:center;
	color:#FFF;
 	margin-left:-151px;
	left:50%;
}
.mf div#icon_enlarge, .mf div#icon_create, .mf div#icon_favorites, .mf div#icon_pdelete, .mf div#icon_rotate {
	position:absolute;
	top:5px;
	width:90px;
	height:20px;
	cursor:pointer;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	padding-top:58px;
}
.mf input#killBtn {
  position:absolute; top:0; right:0; border:1px solid #000; background-color:#FFF; color:red; padding:2px; cursor:pointer;
}
.mf div#icon_del_favorites {
	position:absolute;
	right:15px;
	top:-20px;
	border:1px solid #646464;
	background-color:#000;
	width:150px;
	height:20px;
	margin:0;
	padding:0;
	color:#FFF;
	padding-left:20px;
	background:#000 url('../images/icons/icon_delete.png') no-repeat top left;
	cursor:pointer;
	font-size:8pt;
	font-weight:bold;
}
.mf div#icon_enlarge {
	left:5px;
	background:url('../images/mooflo/card_option_enlarge.png') no-repeat top center;
}
.mf div#icon_pdelete {
	left:50%;
	margin-left:-45px;
	background:url('../images/mooflo/card_option_pdelete.png') no-repeat top center;
}
.mf div#icon_create {
	left:50%;
	margin-left:-45px;
	background:url('../images/mooflo/card_option_create.png') no-repeat top center;
}
.mf div#icon_favorites {
	right:5px;
	background:url('../images/mooflo/card_option_favorites.png') no-repeat top center;
}
.mf div#icon_rotate {
	right:5px;
	background:url('../images/mooflo/card_option_rotate.png') no-repeat top center;
}
