/* Unchanged */

#moo_container {
	width: 580px;
	display: block;
	position: absolute;
	left: 215px;
	top: 0;
	z-index: 100;
	margin: 0;
	padding: 0;
}
.mf {
	visibility: hidden;
	z-index:1;
	width: 580px;
}

.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;
	margin:0 auto;
	top:45%;
	width:100%;
	background: url(MooFlow/ajax-loader.gif) no-repeat 50% 0;
	padding:50px 0;
	font-size: 12px;
}
.mf div.caption {
	text-align: center;
	z-index:98;
	width:100%;
	height: 100px;
	top: 230px;
	position: absolute;
	padding-top: 10px;
	font-size: 12px;
}
/*IE6去倒影*/
* html .mf div.caption {
	text-align: center;
	z-index:98;
	width:100%;
	background-color: white;
	height: 100px;
	top: 232px;
	position: absolute;
	padding-top: 10px;
	font-size: 12px;
}

.mf div.mfNav{
	display:none;
	position:absolute;
	z-index:99;
	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 a.play{
	background:url(MooFlow/play0000.gif) no-repeat;
}
.mf a.stop{
	background:url(MooFlow/stop0000.gif) no-repeat;
}
.mf div.sliderCon{
	margin-top:5px;
	float:left;
	width:74%;
}
.mf a.sliderNext{
	background:url(MooFlow/left0000.gif) no-repeat;
}
.mf a.sliderPrev{
	background:url(MooFlow/right000.gif) 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;
	background:url(MooFlow/resize00.gif) no-repeat;
}
.mf div.slider{
	background:url(MooFlow/middle00.gif) repeat-x;
	height:16px;
	position:relative;
	text-align:left;
	float:left;
}
.mf div.knob{
	height:16px;
	background:url(MooFlow/middle-s.gif) repeat-x right center;
}
.mf div.knobleft{
	background:url(MooFlow/left-sli.gif) repeat-x center;
	width:8px;
	height:16px;
}
/* MooFlowViewer */

.mf a.show {
	position:absolute;
	margin-left:-16px;
	width:32px;
	height:32px;
	top:70%;
	left:50%;
	z-index:100;
	cursor:pointer;
}
.mf a.show.image{
	background: url(MooFlow/blank.gif) no-repeat;
	width: 180px;
	margin: 0;
	padding: 0;
	height: 200px;
	position: absolute;
	left: 200px;
	top: 30px;
}
.mf a.show.viewerload{
	background: url(MooFlow/blank.gif) no-repeat;
	width: 100px;
	margin: 0;
	padding: 0;
	height: 120px;
	position: absolute;
	left: 280px;
	top: 50px;
}
.mf a.show.link{
	background: url(MooFlow/blank.gif) no-repeat;
	width: 200px;
	height: 200px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	left: 190px;
	z-index: 100;
}
/*IE6微調*/
.mf a.show.link{
	background: url(MooFlow/blank.gif) no-repeat;
	width: 200px;
	height: 200px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 32px;
	left: 190px;
	z-index: 100;
}

.mf div.tooltip{
	width: 100%;
	z-index: 200;
	text-align:center;
	height: 1em;
	font-size: 10px;
	background-repeat: no-repeat;
	display: block;
	margin-top: 235px;
	position: absolute;
	top: 0;
}

/*IE6微調*/
* html .mf div.tooltip{
	width: 100%;
	z-index: 200;
	text-align:center;
	height: 1em;
	font-size: 10px;
	background-repeat: no-repeat;
	display: block;
	margin-top: 242px;
	position: absolute;
	top: 0;
}

/*IE6微調*/
* html .mf div.loader{
	display: none;
}