div.MooFlow {
	background-color:transparent;
	color:#000;
	visibility:hidden;
	position:relative;
	overflow:hidden;
	clear:both;
	margin-left:10px;
	
}
div.MooFlow.load {
	background-image:url(grafica/ajax_loader.gif);
	background-repeat:no-repeat;
	background-position:50% 50%;
}
div.MooFlow * {
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	-moz-user-select: none;
	border:none;
	padding:0;
	margin:0
}
div.loader{
	position:absolute;
	text-align:center;
	z-index:10000;
	margin:1em auto;
	top:55%;
	width:100%;
}
div.caption {
	position:absolute;
	text-align:center;
	z-index:10000;
	margin:1em auto;
	bottom:50px;
	width:100%;
}
div.MooFlowNav{
	position:absolute;
	z-index:10001;
	margin:0 auto;
	text-align:center;
	width:100%;
	bottom:20px;
	font-size:1px;
	line-height:1px;
	width:100%;
}
div.autoPlayCon{
	float:left;
	width:10%;
	padding-left:3%;
}
a.play, a.stop{
	width:16px;
	height:20px;
	float:left;
	cursor:pointer;
	margin-top:14px
}
a.play{
	background:url(grafica/play.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="grafica/play.png"); 
}
a.stop{
	background:url(grafica/stop.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="grafica/stop.png"); 
}
div.sliderCon{
	margin-top:14px;
	float:left;
	width:74%;
}
a.sliderNext{
display:none;
	background:url(grafica/left.gif) no-repeat;
}
a.sliderPrev{
display:none;
	background:url(grafica/right.gif) no-repeat;
}
a.sliderNext, a.sliderPrev{
	text-decoration:none;
	width:16px;
	height:16px;
	cursor:pointer;
	float:left;
}
div.resizeCon{
	float:right;
	width:10%;
	padding-right:3%;
	
}
a.resize{
	width:16px;
	height:16px;
	float:right;
	cursor:pointer;
	background:url(grafica/resize.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="grafica/resize.png"); 
	margin-top:14px
}
div.slider{
	background:url(grafica/middle.gif) repeat-x;
	height:20px;
	position:relative;
	text-align:left;
	float:left;
}
div.knob{
	height:16px;
	width:16px;
	background:url(grafica/middle-slider.png) no-repeat right center;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="grafica/middle-slider.png"); 
}
div.knobleft{
display:none;
	background:url(grafica/left-slider.gif) repeat-x center;
	width:8px;
	height:16px;
}