@CHARSET "UTF-8";


/*
 ---------------------------------------------------------------------------------------------------
 | ...
 ---------------------------------------------------------------------------------------------------
*/


.mf {
	visibility: hidden;
	z-index   : 1;
	font-size : 1em; }

.mf * {
	-moz-user-select   : none;
	-webkit-user-select: none;
	user-select        : none;
	-o-user-select     : none;
	border             : 0px none transparent;
	margin             : 0;
	outline            : none;
	padding            : 0; }

.mf div.loader {
	background: url(../../assets/mooflow/ajax_loader.gif) no-repeat 50% 0;
	margin    : 0 auto;
	padding   : 50px 0;
	position  : absolute;
	text-align: center;
	top       : 45%;
	width     : 100%;
	z-index   : 10000; }

.mf img {
	cursor: pointer; }

.mf div.caption {
	bottom    : 28px;
	margin    : 1em auto;
	position  : absolute;
	text-align: center;
	width     : 100%;
	z-index   : 98; }

.mf div.mfNav{
	bottom     : 15px !important;
	font-size  : 1px;
	line-height: 1px;
	margin     : 0 auto;
	position   : absolute;
	text-align : center;
	width      : 100%;
	z-index    : 99; }

/*
.mf div.autoPlayCon {
	float       : left;
	height      : 15px;
	padding-left: 3%;
	width       : 10%; }

.mf a.play, .mf a.stop{
	cursor : pointer;
	display: none;
	float  : left;
	height : 15px;
	width  : 27px; }

.mf a.play{
	background:url(../../assets/mooflow/play.gif) no-repeat; }
.mf a.stop{
	background:url(../../assets/mooflow/stop.gif) no-repeat; }
*/

.mf div.autoPlayCon {
	display: none; }

.mf div.sliderCon {
	background : transparent url(../../assets/mooflow/slider-bg-left.gif) no-repeat top left;
	margin-left: 10%;
	float      : left;
	width      : 80%; }



.mf a.sliderPrev, .mf a.sliderNext {
	cursor     : pointer !important;
	float      : left !important;
	height     : 15px !important;
	line-height: 15px !important;
	overflow   : hidden !important;
	width      : 20px !important; }

.mf a.sliderPrev, .mf a.sliderPrev:link, .mf a.sliderPrev:visited, .mf a.sliderPrev:active {
	background     : transparent url(../../assets/mooflow/btn-prev.gif) no-repeat 0 0 !important;
	text-decoration: none !important; }

.mf a.sliderPrev:focus, .mf a.sliderPrev:hover {
	background     : transparent url(../../assets/mooflow/btn-prev.gif) no-repeat 0 -15px !important;
	text-decoration: none !important; }


.mf a.sliderNext, .mf a.sliderNext:link, .mf a.sliderNext:visited, .mf a.sliderNext:active {
	background     : transparent url(../../assets/mooflow/btn-next.gif) no-repeat 0 0 !important;
	text-decoration: none !important; }

.mf a.sliderNext:focus, .mf a.sliderNext:hover {
	background     : transparent url(../../assets/mooflow/btn-next.gif) no-repeat 0 -15px !important;
	text-decoration: none !important; }



/*
.mf div.resizeCon {
	float        : right;
	height       : 15px;
	padding-right: 3%;
	width        : 10%; }

.mf a.resize{
	width:34px;
	height:24px;
	float:right;
	cursor:pointer;
	background:url(../../assets/mooflow/resize.gif) no-repeat; }
*/
.mf div.resizeCon {
	display: none; }

.mf div.slider {
	background: transparent url(../../assets/mooflow/slider-bg-right.gif) no-repeat top right;
	float     : left;
	height    : 15px;
	position  : relative;
	text-align: left; }

.mf div.knob{
	background: transparent url(../../assets/mooflow/drag-right.gif) repeat-x top right;
	cursor    : pointer;
	height    : 13px; }

.mf div.knobleft{
	background: transparent url(../../assets/mooflow/drag-left.gif) repeat-x  top left;
	width     : 10px;
	height    : 13px; }
