noscript {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	text-align: center;
	display: block;
	width: 982px;
	padding-top: 2px;
	height: 14px;
	padding-bottom: 2px;
	line-height: 14px;
	position: absolute;
	top: 443px;
	z-index: auto;
}
#slide {
	display: block;
	height: 300px;
	width: 982px;
	position: absolute;
	top: 143px;
	overflow: hidden;
	padding: 0px;
	background-image: url(/main/skin/slide_f3.png);
	background-repeat: no-repeat;
	margin: 0px;
}
.mf {
	visibility: hidden;
	z-index:1;
	color:#fff;
	font-size:12px;
	line-height: 12px;
}
.mf * {
	outline:none;
	border:none;
	padding:0;
	margin:0;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select:none;
	-o-user-select:none
}
.mf div.loader{
	position:absolute;
	text-align:center;
	z-index:10000;
	top:45%;
	width:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 50px;
	background-image: url(/main/skin/ajax_loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.mf div.caption {
	position:absolute;
	text-align:center;
	z-index:98;
	margin:1em auto;
	width:100%;
	top: 270px;
}
.mf div.mfNav{
	position:absolute;
	z-index:99;
	margin:0 auto;
	text-align:center;
	width:100%;
	bottom:2px;
	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 a.play{
	display: none;
	background-image: url(/main/skin/play.gif);
	background-repeat: no-repeat;
}
.mf a.stop{
	display: none;
	background-image: url(/main/skin/stop.gif);
	background-repeat: no-repeat;
}
.mf div.sliderCon{
	margin-top:5px;
	float:left;
	width:74%;
}
.mf a.sliderNext{
	background-image: url(/main/skin/left.gif);
	background-repeat: no-repeat;
}
.mf a.sliderPrev{
	background-image: url(/main/skin/right.gif);
	background-repeat: 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;
	display: none;
	background-image: url(/main/skin/resize.gif);
	background-repeat: no-repeat;
}
.mf div.slider{
	height:16px;
	position:relative;
	text-align:left;
	float:left;
	background-image: url(/main/skin/middle.gif);
	background-repeat: repeat-x;
}
.mf div.knob{
	height:16px;
	background-image: url(/main/skin/middle-slider.gif);
	background-repeat: repeat-x;
	background-position: right center;
}
.mf div.knobleft{
	width:8px;
	height:16px;
	background-image: url(/main/skin/left-slider.gif);
	background-repeat: repeat-x;
	background-position: center;
}
