#contenu{
  width:500px;
	height:300px;
}

.mf * {
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	-moz-user-select: none;
	border:none;
	padding:0;
	margin:0;
}

.mf div.loader{
	position:absolute;
	text-align:center;
	z-index:10000;
	margin:1em auto;
	top:45%;
	width:100%;
	background:transparent url(white-skin/spinner.gif) no-repeat 50% 0;
	padding:30px 0
}
.mf div.caption {
	position:absolute;
	text-align:center;
	z-index:10000;
	margin:1em auto;
	bottom:50px;
	width:100%;

}

.mf div.autoPlayCon{
	float:left;
	width:10%;
	padding-left:3%;
	height:32px;
}
.mf a.play, .mf a.stop{
	width:34px;
	height:32px;
	float:left;
	cursor:pointer;
}

.mf div.sliderCon{
	float:left;
	bottom:20px;
	width:74%;
}

.mf a.sliderNext, .mf a.sliderPrev{
	text-decoration:none;
	width:31px;
	height:31px;
	cursor:pointer;
	float:left;
}

.mf a.show {
	position:absolute;
	margin-left:-292px;
	width:405px;
	height:305px;
  	bottom:110px;
	left:65%;
	z-index:10002;
	cursor:pointer;
}

* html .mf a.show {
	position:absolute;
	margin-left:-292px;
	width:405px;
	height:305px;
  bottom:110px;
	left:65%;
	z-index:10002;
	cursor:pointer;
}

.mf a.show.image{
	background:url(../images/open_image.png) no-repeat;
}
.mf a.show.viewerload{
	background:url(../images/loader.gif) no-repeat;
}
.mf a.show.link{
	background:url(../images/bouton_link.png) no-repeat;
}
/*
.mf div.tooltip{
	background:url(../images/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;
}*/
