/*
.mf{visibility: hidden; z-index:1; color:#fff; font-size:14px;}
*/

.mf{visibility: hidden; z-index:1; color:#fff; font-size:14px;
}

.mf * {
	outline:none;
	border:none;
	padding:0;
	margin:0;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select:none;
	-o-user-select:none;
	top:5px !important;
	cursor:pointer;
}
.mf div.loader{
	position:absolute;
	text-align:center;
	z-index:10000;
	margin:0 auto;
	top:45%;
	width:100%;
	background:url(/v2/img/mooFlow/ajax_loader.gif) no-repeat 50% 0;
	padding:50px 0;
}
.mf div.caption {
	position:absolute;
	text-align:center;
	z-index:98;
	margin:1em auto;
	bottom:50px;
	width:100%;
}
.mf div.mfNav{
	position:absolute;
	z-index:99;
	margin:0 auto;
	text-align:center;
	width:100%;
	font-size:1px;
	line-height:1px;
	width:100%;
	top:130px !important;
}
.mf div.autoPlayCon{
	float:left;
	width:10%;
	padding-left:3%;
	height:24px;
}
.mf a.play, .mf a.stop{
	width:27px;
	height:24px;
	float:left;
	cursor:pointer;
}
.mf a.play,.mf a.play:Hover {
	background:url(/v2/img/mooFlow/play.gif) no-repeat;
}
.mf a.stop,.mf a.stop:Hover{
	background:url(/v2/img/mooFlow/stop.gif) no-repeat;
}
.mf div.sliderCon{
	margin-top:5px;
	float:left;
	width:74%;
}
.mf a.sliderNext{
	background:url(/v2/img/mooFlow/left.gif) no-repeat;
}
.mf a.sliderPrev{
	background:url(/v2/img/mooFlow/right.gif) no-repeat;
}
.mf a.sliderNext, a.sliderPrev{
	text-decoration:none;
	width:25px;
	height:16px;
	cursor:pointer;
	float:left;
}
.mf div.resizeCon{
	float:right;
	width:10%;
	padding-right:3%;
	height:24px;
}
.mf a.resize{
	width:34px;
	height:24px;
	float:right;
	cursor:pointer;
	background:url(/v2/img/mooFlow/resize.gif) no-repeat;
}
.mf div.slider{
	background:url(/v2/img/mooFlow/middle.gif) repeat-x;
	height:16px;
	position:relative;
	text-align:left;
	float:left;
}

.mf div.knob{
	height:16px;
	background:url(/v2/img/mooFlow/middle-slider.gif) repeat-x right center;
}
.mf div.knobleft{
	background:url(/v2/img/mooFlow/left-slider.gif) repeat-x center;
	width:8px;
	height:16px;
}

.lesCoins{
	position:relative;
	top:-157px;
	left:-736px;
	z-index:5;
}

.coin_HautGauche{
	position:relative;
	left:10px;
	width:22px;
	height:157px;
	background-image:url(/v2/img/anime_bord_gauche.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}
.coin_HautDroit{
	position:relative;
	top:-157px;
	left:736px;
	width:22px;
	height:157px;
	background-image:url(/v2/img/anime_bord_droit.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}
/*
.coin_basGauche{
	position:relative;
	left:0px;
	top:120px;
	width:12px;
	height:12px;
	background-image:url(/v2/img/homeBasGauche.gif);
	background-repeat:no-repeat;
}
.coin_basDroit{
	position:relative;
	left:736px;
	top:109px;
	width:12px;
	height:12px;
	background-image:url(/v2/img/homeBasDroit.gif);
	background-repeat:no-repeat;
}
*/

#tooltip{
	position:absolute;
	top:132px;
	left:712px;
	z-index:11;
	display:none;
	text-align:left;
	
}
.tooltip-tl{
	background:transparent url(/v2/img/tooltip/bubble_tl.png) no-repeat top left;
	width:15px;
	height:15px;
}
.tooltip-tr{
	background:transparent url(/v2/img/tooltip/bubble_tr.png) no-repeat scroll 100% 0pt;
	width:15px;

}
.tooltip-t{
	background:transparent url(/v2/img/tooltip/bubble_t.png) repeat-x  0pt;
}

.tooltip-l{
	background:transparent url(/v2/img/tooltip/bubble_l.png) repeat-y 0pt;
}

.tooltip-r{
	background:transparent url(/v2/img/tooltip/bubble_r.png) repeat-y  0pt;
}

.tooltip-m{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#000;
	background-color:#fff;
}

.tooltip-bl{
	background:transparent url(/v2/img/tooltip/bubble_bl.png) no-repeat scroll 0pt;
	width:15px;
	height:15px;
}
.tooltip-br{
	background:transparent url(/v2/img/tooltip/bubble_br.png) no-repeat scroll 100% 0pt;
}
.tooltip-b{
background:transparent url(/v2/img/tooltip/bubble_b.png) repeat-x scroll 0pt;
}

.tooltip-arrow{
	background:transparent url(/v2/img/tooltip/bubble_arrow.png) no-repeat scroll  0pt;
	display:block;
	width:18px;
	height:15px;
	
}