.mf a.showUp {
	position:absolute;
	width:40px;
	height:40px;
	top:73%;
	left:37%;
	z-index:100;
	cursor:pointer;
	background:url(skin/positive.png) no-repeat 50%;
}

.mf a.showUpPos {
	position:absolute;
	margin-left:-16px;
	width:40px;
	height:40px;
	top:73%;
	left:41%;
	z-index:100;
	cursor:pointer;
	background:url(skin/positive_green.png) no-repeat 50%;
}

.mf a.showDown {
	position:absolute;
	width:40px;
	height:40px;
	top:73%;
	left:57%;
	z-index:100;
	cursor:pointer;
	background:url(skin/negative.png) no-repeat 50%;
}

.mf a.showDownNeg {
	position:absolute;
	margin-left:-16px;
	width:40px;
	height:40px;
	top:73%;
	left:57%;
	z-index:100;
	cursor:pointer;
	background:url(skin/negative_red.png) no-repeat 50%;
}







.mf a.show {
	position:absolute;
	margin-left:-16px;
	width:40px;
	height:40px;
	top:75%;
	left:57%;
	z-index:100;
	cursor:pointer;
}



.mf a.show.viewerload{
	background:url(skin/loader.gif) no-repeat 50%;
}
.mf a.show.link{
	background:url(skin/open_link.png) no-repeat 50%;
}
.mf div.tooltip{
	background:url(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;
}
