
.mf a.show {
	position: absolute;
	margin-left: 0px;
	top: 20%;
	left: 50%;
	z-index: 100;
	cursor: pointer;
	border: 0px solid red;
}

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

.mf a.show.viewerload{
	background:url(../images/carousel_skin/loader.gif) no-repeat 50%;
}

/* Hier Grösse der Link/Klickfläche beeinflussen */
.mf a.show.link{
	background:url(../images/carousel_skin/open_links.png) no-repeat 50%;
	position: absolute;
	width: 220px;
	height: 230px;
	top: 20px;
	left: 220px;
}

.mf div.tooltip{
	background:url(../images/carousel_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;
}
