#FlowContainer .mf{visibility: hidden; z-index:1; color:#fff; font-size:14px}
#FlowContainer .mf * {
	outline:none;
	border:none;
	padding:0;
	margin:0;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select:none;
	-o-user-select:none
}
#FlowContainer .mf div.loader{
	position:absolute;
	text-align:center;
	z-index:10000;
	margin:0 auto;
	top:45%;
	width:100%;
	background: url(/web/js/MooFlow/skin/ajax_loader.gif) no-repeat 50% 0;
	padding:50px 0;
}
#FlowContainer .mf div.caption {
	position:absolute;
	text-align:center;
	z-index:98;
	margin:1em auto;
	top: 255px;
	font-size: 13px;
	width:100%;
}
#FlowContainer .mf .img-selector {
	position: absolute;
	width: 240px;
	height: 20px;
	text-align: right;
	left: 50%;
	z-index: 999;
	margin-left: -120px;
}
#FlowContainer .mf div.img-select-circle {
	display:inline-block;
	margin-right: 2px;
	z-index: 9999;
	text-align: center;
	width: 22px;
	height: 14px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, sans-serif;
	line-height: 14px;
	cursor: pointer;
	border-right: 1px solid #FFF;
}
#FlowContainer .mf div.img-select-circle.last {
	border: 0;
}


#FlowContainer .mf div.img-select-circle {
	*display: inline; /* IE 7 and below */
	 _display: inline; /* IE 6 and below */
}

#FlowContainer .mf a.website-link {
	overflow: visible;
	display: block;
	text-align: center;
	line-height: 1.8;
	color: #ffffff;
	font-size: 82%;
	text-decoration: none;
	border: 0;
}


#FlowContainer .mf div.mfNav{
	position:absolute;
	z-index:99;
	margin:0 auto;
	text-align:center;
	width:100%;
	bottom:20px;
	font-size:1px;
	line-height:1px;
	width:100%;
}
#FlowContainer .mf div.autoPlayCon{
	float:left;
	width:10%;
	padding-left:3%;
	height:24px;
}
#FlowContainer .mf a.play, .mf a.stop{
	width:27px;
	height:24px;
	float:left;
	cursor:pointer;
}
#FlowContainer .mf a.play{
	background: url(/web/js/MooFlow/skin/play.gif) no-repeat;
}
#FlowContainer .mf a.stop{
	background: url(/web/js/MooFlow/skin/stop.gif) no-repeat;
}
#FlowContainer .mf div.sliderCon{
	margin-top:5px;
	float:left;
	width:74%;
}
#FlowContainer .mf a.sliderNext{
	background: url(/web/js/MooFlow/skin/left.gif) no-repeat;
}
#FlowContainer .mf a.sliderPrev{
	background: url(/web/js/MooFlow/skin/right.gif) no-repeat;
}
#FlowContainer .mf a.sliderNext, a.sliderPrev{
	text-decoration:none;
	width:25px;
	height:16px;
	cursor:pointer;
	float:left;
}
#FlowContainer .mf div.resizeCon{
	float:right;
	width:10%;
	padding-right:3%;
	height:24px;
}
#FlowContainer .mf a.resize{
	width:34px;
	height:24px;
	float:right;
	cursor:pointer;
	background: url(/web/js/MooFlow/skin/resize.gif) no-repeat;
}
#FlowContainer .mf div.slider{
	background: url(/web/js/MooFlow/skin/middle.gif) repeat-x;
	height:16px;
	position:relative;
	text-align:left;
	float:left;
}
#FlowContainer .mf div.knob{
	height:16px;
	background: url(/web/js/MooFlow/skin/middle-slider.gif) repeat-x right center;
}
#FlowContainer .mf div.knobleft{
	background: url(/web/js/MooFlow/skin/left-slider.gif) repeat-x center;
	width:8px;
	height:16px;
}

#FlowContainer .mf .mfZoom {
	width: 60px;
	height: 24px;
	position: relative;
	z-index: 9999;
	left: 282px;
	top: 232px;
}

#FlowContainer .mf .mfZoom a {
	width: 60px;
	height: 24px;
	background: url(/web/js/MooFlow/skin/Lupe.png) left center no-repeat;
	display: block;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	line-height: 20px;
	text-indent: 18px;
	text-decoration: none;
	color: #FFF;
}

#FlowContainer {
	
	position: relative;
	top: -40px;
	
	width: 750px;
	height: 350px;
	/*background: #000 url(/web/js/MooFlow/skin/bg-gradient.jpg) center center repeat-x;*/
	font-family: Verdana;
	overflow: hidden;
}

#FlowArea {
	width: 750px;
	height: 310px;
	overflow: hidden;
}

#MooFlow {
	margin-left: -25px;
}
