.mf a.show {
background-color:#000;
	position:absolute;
	margin-left:-16px;
	width:32px;
	height:150px;
	top:45%;
	left:50%;
	z-index:100;
	cursor:pointer;
}
.mf a.show.image{
background-color:#fff;
	background:url(skin/open_image.png) no-repeat 50%;
}
.mf a.show.viewerload{
background-color:#ffffff;
	background:url(skin/loader.gif) no-repeat 50%;
}
/*lien affichage notice*/
.mf a.show.link{
background-color:#000;
	margin-left:-60px;
	margin-top:-30px;
	width:120px;
	background:url(skin/open_link.png) no-repeat 50%;
}
/*contenu de la notice*/
.mf div.tooltip{
	background:url(skin/tooltip.png) no-repeat 50%;
	width:262px;
	margin-left:-151px;
	margin-top:20px;
	height:70px;
	padding:20px;
	position:absolute;
	z-index:101;
	top:0;
	left:50%;
	text-align:center;
}