.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;
	cursor:pointer;
	
} 
.mf div.loader{
	position:absolute;
	text-align:center;
	z-index:10000;
	margin:0 auto;
	top:45%;
	width:100%;
	background:url(../skin/loading_image.gif) no-repeat 50% 0;
	padding:50px 0;
}
.mf div.mfNav{
	position:absolute;
	z-index:0;
	margin:0 auto;
	text-align:center;
	width:100%;
	bottom:20px;
	font-size:1px;
	line-height:1px;
	width:100%;
}
/*
.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 div.sliderCon{
	margin-top:5px;
	float:right;
	width:100%;
}

/*Left Arrow */
.mf a.sliderNext{
	background:url(../../../images/left-arrow.gif) no-repeat;
}
.mf a.sliderPrev2{
	background:url(../../../images/left-arrow.gif) no-repeat;
	text-decoration:none;
	width:20px;
	height:20px;
	cursor:pointer;
	float:left;
}
/*End of Left Arrow */

/*Right Arrow */
.mf a.sliderPrev{
	background: url(../../../images/right-arrow.gif) no-repeat;
}
.mf a.sliderNext2{
	background: url(../../../images/right-arrow.gif) no-repeat;
	text-decoration:none;
	width:10px;
	height:70px;
	cursor:pointer;
	float:right;
}
/*End of Right Arrow */

.mf a.sliderNext, a.sliderPrev{
	text-decoration:none;
	width:550px;
	height:20px;
	cursor:pointer;
	float:left;
}

