#box-m{
	width:1000px;margin:0 auto;height:320px; _height:320px;height:auto;overflow:hidden; 
}
#box-m li {
	width:469px;
	height:320px;
}
.mb-wrapper {
	margin: 0 auto 10px;
	position: relative;
	height:350px;
	left: 0;
	top: 0;
	margin-top:10px;
}
.mb-slider, .mb-scroll {
	width: 100%;
	height:320px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
}
.mb-active-slider {
	border-color: #333;
}
.mb-slider .mb-panel {
	margin-top:10px;
	display: block;
	cursor: pointer;
	float: left;
	list-style: none;
	opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	margin-left:6px;
	margin-right:14px;
}
.mb-panel a {
	outline:0;
}
.mb-slider .mb-panel.current {	
	cursor: auto;
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
}
.mb-inside * {
	max-width: 100%;
}
a.mb-scrollButtons {
	display: block;
	width: 22px;
	height:42px;
	background: transparent url(../images/arrows.png) no-repeat;
	position: absolute;
	top: 45%;
	cursor: pointer;
	text-decoration: none;
	outline: 0;
	border: 0;
	_background: transparent url(../images/arrows.gif) no-repeat;
}
a.mb-scrollButtons.mb-left {
	background-position: left top;
	left:-22px;
	background:url(../images/arrows-left.png) no-repeat;
}
a.mb-scrollButtons.mb-right {
	background-position: right top;
	right:-24px;
	background:url(../images/arrows-right.png) no-repeat;
}
/*a.mb-scrollButtons.mb-left:hover {
	background-position: left bottom;
}
a.mb-scrollButtons.mb-right:hover {
	background-position: right bottom;
}*/
a.mb-scrollButtons.disabled {
	display: none;
}
.mb-controls {
	margin: 0 auto;
	text-align: center;
	position:absolute;
	top:120px;
	left:160px;
	z-index: 100;
	display:none;
	border:1px solid #FF0004;
}
.mb-controls a {
	color: #666;
	font: 18px/2.2 Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px;
	margin: 0 5px 0 0;
	text-align: center;
	outline: 0;
}
.mb-panel {
	margin-top:10px;
}
.mb-controls a:hover {
	color: black;
}
.mb-controls a.current {
	color:#900;
}
.main-nav {
	display: block;
	text-align: center;
	border-bottom: 2px solid #a71700;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}
.main-nav a {
	text-decoration: none;
	color: #3e63ec;
	font-size: 18px;
	margin: 0 8px;
}
.main-nav a:hover {
	color: black;
	border-bottom: 2px solid black;
}
.mb-inside img {
	width:100%;
	border-radius:2%;border:1px solid #D0CECE;padding:2px;
}