
.mf * {
	outline:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	border:none;
	padding:0;
	margin:0;
}
.mf.load {
	background: url(../imatges/skin/ajax-loader.gif) no-repeat 50%;
}
.mf div.loader{ /* 5/5 inicio */
	position:absolute;
	text-align:center;
	z-index:110;
	margin:1em auto;
	top:65%;
	width:100%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	left:0px;

}
.mf div.caption { /* nombre de las marcas al rodar */
	/*position:absolute;
	text-align:center;
	z-index:98;
	margin:1em auto;
	bottom:150px;
	width:100%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFCC66;*/
}
.mf div.MooFlowNav{ /* barra de desplazamiento */
	position:absolute;
	z-index:99;
	margin:0 auto;
	text-align:center;
	bottom:0px;
	font-size:1px;
	line-height:1px;
	left:0px; /*desplaza la barra y el play hacia la izq */
	width:100%;
}
.mf div.autoPlayCon{   /* todo el objeto play y stop */
	float:left;
	width:10%;
	/*padding-left:0%;*/
	height:24px;
}

.mf a.play{
background:url(../imatges/skin/play.gif) no-repeat;
	width:27px;
	height:24px;
	float:left;
	cursor:pointer;
}
.mf a.stop{
background:url(../imatges/skin/stop.gif) no-repeat;
	width:27px;
	height:24px;
	float:left;
	cursor:pointer;

}

.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(skin/resize.gif) no-repeat;*/
}
.mf div.sliderCon{
	margin-top:5px;
	float:none; /* centra el slider */
	width:80%; /*largo barra slider*/

}
.mf div.slider{
	background:url(../imatges/skin/middle.gif) repeat-x;
	height:16px;
	position:relative;
	text-align:left;
	float:left;
}
.mf div.knob{
	height:16px;
	background:url(../imatges/skin/middle-slider.gif) repeat-x right center;
}
.mf div.knobleft{
	background:url(../imatges/skin/left-slider.gif) repeat-x center;
	width:8px;
	height:16px;
}
.mf a.sliderNext{
background:url(../imatges/skin/left2.gif) no-repeat;
	text-decoration:none;
	width:25px;
	height:16px;
	cursor:pointer;
	float:left;
}
.mf a.sliderPrev{
background:url(../imatges/skin/right2.gif) no-repeat;
	text-decoration:none;
	width:25px;
	height:16px;
	cursor:pointer;
	float:left;
}

/* MooFlowViewer */
.mf a.show {
	position:absolute;
	margin-left:0px;
	width:32px;
	height:10px;
	top:10%;
	left:50%;
	z-index:100;
	cursor:pointer;
}
.mf a.show.image{
	/*background:url(skin/open_image.png) no-repeat 50%;*/
}
.mf a.show.viewerload{
	/*background:url(../imatges/skin/loader.gif) no-repeat 50%;*/
}
.mf a.show.link{
	background:url(../imatges/lupa2.jpg) no-repeat;
	top:21px;
	width:75px;
	height:50px;
	left:173px;
}
.mf div.tooltip{
	/*background:url(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;*/
}