/*** Overall MovingBoxes Slider ***/
.mb-wrapper {
	margin: 0 auto 2px;
	position: relative;
	left: 0;
	top: 0;
	
}

/* Panel Wrapper */
.mb-slider, .mb-scroll {
	width: 100%;
	overflow: hidden;
	height:450px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	font-size: 14px;
}

/* active slider border highlight */
.mb-active-slider {
	border-color: #ffffff;
}

/*** Slider panel ***/
.mb-slider .mb-panel {
	margin: 0;
	padding: 5px;
	display: block;
	cursor: pointer;
	float: left;
	list-style: none;
}

/* Cursor to arrow over current panel, pointer for all others,
change .current class name using plugin option, currentPanel : 'current' */
.mb-slider .mb-panel.current {
	cursor: auto;
}

/*** Inside the panel ***/
.mb-inside {
	padding: 5px;
	
}

.mb-inside * {
	max-width: 100%;
}

/*** Controls added below the panels ***/

@media screen and (max-width:640px) {
.mb-controls {
	margin: 0 auto;
	text-align: center;
	top:310px;
	left:35%;
	position:absolute;
	z-index: 100;
}
}
@media screen and (max-width:540px) {
.mb-controls {
	margin: 0 auto;
	text-align: center;
	top:250px;
	left:35%;
	position:absolute;
	z-index: 100;
}}

@media screen and (max-width:440px) {
.mb-controls {
	margin: 0 auto;
	text-align: center;
	top:200px;
	left:35%;
	position:absolute;
	z-index: 100;
}}
@media screen and (max-width:340px) {
.mb-controls {
	margin: 0 auto;
	text-align: center;
	top:180px;
	left:35%;
	position:absolute;
	z-index: 100;
}}


.mb-controls a {
	color: #666;
	font: 26px/2.2 Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px;
	margin: 0 5px 0 0;
	text-align: center;
	outline: 0;
}
.mb-controls a:hover {
	color: black;
}
.mb-controls a.current {
	color: #C4C4C4;
}
#wrapper #slider h2 {
	margin-top: 40px;
	height:30px;
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}
.mb-slider .mb-panel span {
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 14px;
	line-height: 25px;
	color: #333333;
	text-align: center;
	display:none;	
}
.mb-slider .mb-panel.current span{display:table; h	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 14px;
	line-height: 25px;
	color: #333333;
	text-align: center; }
#wrapper #slider li {
	height: 450px;
}
#wrapper #slider span{display:table; 	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 14px;
	line-height: 25px;
	color: #333333;
	text-align: center; }
