.mf{visibility: hidden; z-index:1; color:#fff; font-size:14px}
.mf * {
	outline: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(skin/ajax_loader.gif) no-repeat 50% 0;
	padding:50px 0;
	
	
}
.mf div.caption {
	position:absolute;
	text-align:center;
	z-index:98;
	margin:1em auto;
	bottom:50px;
	width:100%;
}
.mf div.mfNav{
	position:absolute;
	z-index:99;
	margin:0 auto;
	text-align:center;
	left: 24px;
	width:823px;
	bottom:20px;
	font-size:1px;
	line-height:1px;
	
	
}
.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(skin/play.gif) no-repeat;
}
.mf a.stop{
	background:url(skin/stop.gif) no-repeat;
}
.mf div.sliderCon{
	margin-top:5px;
	float:left;
	width:770px;
}
.mf div.spaceLeft, .mf div.spaceRight{
	height:1px;
  width:50px;
  float:left;
  
  
}
.mf a.sliderNext{
	background:url(skin/leftButton.jpg) no-repeat;
}
.mf a.sliderPrev{
	background:url(skin/rightButton.jpg) no-repeat;
}
.mf a.sliderNext, a.sliderPrev{
	text-decoration:none;
	width:24px;
	height:15px;
	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(skin/resize.gif) no-repeat;
}
.mf div.slider{
	background:url(skin/barTrans.png) repeat-x;
	height:15px;
	position:relative;
	text-align:left;
	float:left;
	
}

*html .mf div.slider{background:url(skin/barSolid.jpg) repeat-x;}

.mf div.knob{
	height:15px;
	width:72px;
	background:url(skin/slider.jpg) no-repeat;
}

#MooFlow {
float: left;
display: block;
margin-top: 5px;  
height: 500px;
width: 920px;


}

#roundTop {
	position: absolute;
	top: 0px;
	left: 2px;
	width: 930px;
	height: 5px; 
	display: block;
	
	
	
}

#roundTop img {
	display: block;
	float: left;
	height: 5px;
	width: 930px;
}

#roundBottom {
	position: absolute;
	top: 339px;
	width: 930px;
	height: 5px;
	left: 2px;
	display: block;
	z-index: 2000;
}

*html #roundBottom {
	position: relative;
	float: left;
	left: 0px;
	display: block;
	height: 5px;
	width: 930px;
	border: 0px solid red;
	margin-top: -340px;
	
}

*html #roundTop {
	position: relative;
	float: left;
	left: 0px;
	display: block;
	height: 5px;
	width: 853px;
	border: 0px solid red;
	margin-bottom: -5px;
	
}		


#roundBottom img {
	display: block;
	float: left;
	width: 930px;
	
}

#slideshow {
	float: left;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	padding-top: 0px;
	padding-right: 20px;
	width: 823px;
	display: block;
	margin-left: 3px;	

}

*html #slideshow {
	padding-right: 0px;
	}

#MooFlow a {
	cursor: pointer;
	
}

#MooFlow img:hover {cursor: pointer; 
	
}

.mf a {cursor: pointer;}

.mf a:hover {cursor: pointer;}

#mooFlow a {cursor: pointer;}

#mooFlow a:hover {cursor: pointer;}

.mf img {cursor: pointer;}
	
	
