@charset "utf-8";
#content {
	z-index: 101;
	margin-top: -80px;
	background-color: #FFFFFF;
}

/* CSS Document */

.mf{
	color:#555;
	font-size:14px;
	z-index: 0;
	margin-top: -100px;
	overflow: hidden;
	height: 240px;
}

.mf * {
	outline-style:none;
	outline-width:medium;
	-moz-user-select: none;
	padding:0;
	margin:0;
	z-index: 100;
}
.mf div.mfNav{
	position:absolute;
	z-index:10001;
	text-align:center;
	width:100%;
	font-size:1px;
	line-height:1px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.mf div.loader{
	position:absolute;
	text-align:center;
	z-index:10000;
	margin:1em auto;
	top:45%;
	width:100%;
	padding:30px 0;
	background-image: url(images/white-skin/spinner.gif);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.mf div.caption {
	position:absolute;
	text-align:center;
	z-index:10000;
	margin:1em auto;
	bottom:50px;
	width:100%;
}
.mf div.autoPlayCon{
	float:left;
	width:15%;
	padding-left:3%;
	height:32px;
}
.mf a.play, .mf a.stop{
	width:34px;
	height:32px;
	float:left;
	cursor:pointer;
}
.mf a.play{
	background:url(images/white-skin/play.gif) no-repeat;
}
.mf a.stop{
	background:url(images/white-skin/stop.gif) no-repeat;
}
.mf div.sliderCon{
	float:left;
	width:69%;
	
}
.mf a.sliderNext{
	background:url(images/white-skin/left.gif) no-repeat;
}
.mf a.sliderPrev{
	background:url(images/white-skin/right.gif) no-repeat;
}
.mf a.sliderNext, .mf a.sliderPrev{
	text-decoration:none;
	width:31px;
	height:31px;
	cursor:pointer;
	float:left;
}
.mf div.resizeCon{
	float:right;
	width:10%;
	padding-right:3%;
	height:32px;
}
.mf a.resize{
	width:32px;
	height:32px;
	float:right;
	cursor:pointer;
	background:url(images/white-skin/resize.gif) no-repeat;
}
.mf div.slider{
	background:url(images/white-skin/middle.gif) repeat-x;
	height:31px;
	position:relative;
	text-align:left;
	float:left;
}
.mf div.knob{
	margin-top:5px;
	height:21px;
	background:url(images/white-skin/middle-slider.gif) repeat-x right center;
}
.mf div.knobleft{
	background:url(images/white-skin/left-slider.gif) left;
	width:3px;
	height:21px;
}
