#art-flow {
	min-height: 360px;
/*	height: 360px; */
}

#art-flow div.grid-holder {
	display: block;
	width:100%;
	overflow: hidden;
}

* html #art-flow {
	height: 360px;
	overflow: visible;
}

.mf{visibility: hidden; z-index:1; color:#fff; font-size:14px}
.mf img {
	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-position: 50% 0;
	background-repeat: no-repeat;
	padding:50px 0;
}

#art-flow.mf div.loader{
	background-image: url(../images/mooflow/ajax-yellow.gif);
}

.mf div.caption {
	position:absolute;
	text-align:center;
	z-index:98;
	margin:142px auto;
	/*bottom:50px;*/
	float: left;
	left: 50%;
}
.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%;
}
.mf div.autoPlayCon{
	display: none;
}
.mf div.sliderCon{
	margin: 5px auto 0;
	width: 490px;
}
.mf a.sliderNext{
	background:url(../images/mooflow/img-carusel-nav-prev.png) no-repeat;
}
* html .mf a.sliderNext{
	background: url(none.gif);
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='images/mooflow/img-carusel-nav-prev.png', sizingmethod='crop');
	cursor: pointer;
}
.mf a.sliderPrev{
	background:url(../images/mooflow/img-carusel-nav-next.png) no-repeat;
}
* html .mf a.sliderPrev{
	background: url(none.gif);
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='images/mooflow/img-carusel-nav-next.png', sizingmethod='crop');
	cursor: pointer;
}
.mf a.sliderNext, a.sliderPrev{
	text-decoration:none;
	width:18px;
	height:20px;
	cursor:pointer;
	float:left;
}
.mf div.resizeCon{
	display: nonel
}

.mf div.slider{
	position:relative;
	text-align:left;
	float:left;
	overflow: hidden;
	width:446px;
	height: 14px;
	margin: 4px auto 0;
	background: url(../images/mooflow/img-carusel-nav-track.png) no-repeat;
}
* html .mf div.slider{
	background: url(none.gif);
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='images/mooflow/track.png', sizingmethod='crop');
}
.mf div.knob{
	height:12px;
	width: 21px;
	overflow:hidden;
	margin-top: 1px;
	background:url(../images/mooflow/img-carusel-nav-scroll-bar.png) no-repeat;
}
* html .mf div.knob{
	background: url(none.gif);
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='images/mooflow/img-carusel-nav-scroll-bar.png', sizingmethod='crop');
	cursor: pointer;
}
/*photo-carusel1*/
.photo-carusel1 {
	width: 100%;
	height: 290px;
	background: url(../images/all/bg-carusel.gif) repeat-x 0 -2px;
	overflow: hidden;
}
.photo-carusel2 {
	width: 100%;
	height: 190px;
}
.photo-carusel2 div.sliderCon {width: 310px !important;}
.photo-carusel2 div.slider {
	width: 265px !important;
	background: url(../images/mooflow/img-carusel-nav-track2.png) no-repeat;
}
.photo-carusel2 div.mfNav {bottom: 0 !important;}