#contenu{
width:690px;	
}

.mf{
	color:#555;
	border:3px solid #404040;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	font-size:14px;
	background-color:#bfbfbf;
}
.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:#bfbfbf url(black-skin/spinner.gif) no-repeat 50% 0;
	padding:30px 0;
	color:#FFF;
}
.mf div.caption {
	position:absolute;
	text-align:center;
	z-index:10000;
	margin:1em auto;
	bottom:30px;
	width:100%;
	color:#FFF;
}
.mf div.mfNav{
	position:absolute;
	z-index:10001;
	margin:0 auto;
	text-align:center;
	width:100%;
	bottom:20px;
	font-size:1px;
	line-height:1px;
}
.mf div.autoPlayCon{
	display:none;
	float:left;
	width:10%;
	padding-left:3%;
	height:32px;
}
.mf a.play, .mf a.stop{
	width:34px;
	height:32px;
	float:left;
	cursor:pointer;
}
.mf a.play{
	background:url(white-skin/play.gif) no-repeat;
}
.mf a.stop{
	background:url(white-skin/stop.gif) no-repeat;
}
.mf div.sliderCon{
	float:left;
	width:90%;
	margin:0 5%;
}
.mf a.sliderNext{
	background:url(black-skin/left.png) no-repeat;
}
.mf a.sliderPrev{
	background:url(black-skin/right.png) no-repeat;
}
.mf a.sliderNext, .mf a.sliderPrev{
	text-decoration:none;
	width:26px;
	height:19px;
	cursor:pointer;
	float:left;
}
.mf div.resizeCon{
	display:none;
	float:right;
	width:10%;
	padding-right:3%;
	height:32px;
}
.mf a.resize{
	width:32px;
	height:32px;
	float:right;
	cursor:pointer;
	background:url(white-skin/resize.gif) no-repeat;
}
.mf div.slider{
	background:url(black-skin/middle.png) repeat-x;
	height:19px;
	position:relative;
	text-align:left;
	float:left;
}
.mf div.knob{
	margin-top:1px;
	height:17px;
	background:url(black-skin/middle-slider.png) repeat-x right center;
}
.mf div.knobleft{
	background:url(black-skin/left-slider.png) left;
	width:6px;
	height:17px;
}