
#mfcon 
{
    width:760px;
	height:460px;
	vertical-align:bottom;
}



.mf{
	color:#7a7a7a; 
	font-size:15px;
	background:url(../images/specialoffers/img/bk.jpg) no-repeat;
	font-family:Arial, Geneva, Helvetica, sans-serif;
	
	}
	
.mf * {

	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	-moz-user-select: none;
	border:none;
	margin:0;
	padding:0px 0px 0px 0px;
	cursor:pointer;
	
}
.mf div.loader{
	position:absolute;
	text-align:center;
	z-index:10000;
	margin:1em auto;
	top:45%;
	width:100%;
	background: url(../images/specialoffers/skin/ajax_loader.gif) no-repeat 50% 0;
	padding:30px 0px;
	left:0px;
}
.mf div.caption {
	position:absolute;
	text-align:center;
	z-index:10000;
	margin:1em auto;
	bottom:50px;
	width:100%;
	color:#545454; 
	font-family:Arial, Geneva, Helvetica, sans-serif;
	font-size:16px;
	left:0px;
}
.mf div.mfNav{
	position:absolute;
	z-index:10001;
	margin:0 auto;
	text-align:center;
	width:100%;
	bottom:20px;
	font-size:1px;
	line-height:1px;
	left:0px;
	
}
.mf div.autoPlayCon{
	float:left;
	width:10%;
	padding-left:3%;
	height:32px;
}
.mf a.play, .mf a.stop{
	width:34px;
	height:32px;
	float:left;
	cursor:pointer;
}
.mf a.play{
	background:url(../images/specialoffers/skin/play.gif) no-repeat;
}
.mf a.stop{
	background:url(../images/specialoffers/skin/stop.gif) no-repeat;
}
.mf div.sliderCon{
	
	float:left;
	width:74%;
}
.mf a.sliderNext{
	background:url(../images/specialoffers/skin/left.gif) no-repeat;
}
.mf a.sliderPrev{
	background:url(../images/specialoffers/skin/right.gif) no-repeat;
}
.mf a.sliderNext, .mf a.sliderPrev{
	text-decoration:none;
	width:31px;
	height:31px;
	cursor:pointer;
	float:left;
}
.mf div.resizeCon{
	float:right;
	width:10%;
	padding-right:3%;
	height:32px;
}
.mf a.resize{
	width:32px;
	height:32px;
	float:right;
	cursor:pointer;
	background:url(../images/specialoffers/skin/resize.gif) no-repeat;
}
.mf div.slider{
	background:url(../images/specialoffers/skin/middle.gif) repeat-x;
	height:31px;
	position:relative;
	text-align:left;
	float:left;
}
.mf div.knob{

	margin-top:5px;
	height:21px;
	background:url(../images/specialoffers/skin/middle-slider.gif) repeat-x right center;
}
.mf div.knobleft{
	background:url(../images/specialoffers/skin/left-slider.gif) left;
	width:3px;
	height:21px;
}