/*** Overall MovingBoxes Slider ***/
.mb-wrapper {
	margin: 0 auto 20px;
	position: relative;
	left: 0;
	top: 0;
	border-radius: 10px;
	padding-top:60px;
}

/* Panel Wrapper */
.mb-slider, .mb-scroll {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;

	/***(>'-')> Control Panel Font size here <('-'<)***/
	font-size: 18px;
}

/* active slider border highlight */
.mb-active-slider {
	border-color: #333;
}

/*** Slider panel ***/
.mb-slider .mb-panel {
	margin: 25px 0 0 0;
	padding: 20px 0;
	display: block;
	cursor: pointer;
	float: left;
	list-style: none;
	opacity:0.7;
}

/* 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;
	z-index:10;
	transform: perspective(600px);
}
.mb-slider .mb-panel.currentBefore {
	cursor: auto;
	/*transform: perspective(500px) rotateY(-30deg);
	-o-transform: perspective(500px) rotateY(-30deg);
	-ms-transform: perspective(500px) rotateY(-30deg);
	-moz-transform: perspective(500px) rotateY(-30deg);
	-webkit-transform: perspective(500px) rotateY(-30deg);*/
	z-index:1;
}
.mb-slider .mb-panel.currentAfter {
	cursor: auto;
	/*transform: perspective(500px) rotateY(30deg);
	-o-transform: perspective(500px) rotateY(30deg);
	-ms-transform: perspective(500px) rotateY(30deg);
	-moz-transform: perspective(500px) rotateY(30deg);
	-webkit-transform: perspective(500px) rotateY(30deg);*/
	z-index:1;
}

/*** Inside the panel ***/
.mb-inside {
	border: 2px solid #1b1500;
	box-shadow:0 7px 16px 0 rgba(0,0,0,0.6);
	-o-box-shadow:0 7px 16px 0 rgba(0,0,0,0.6);
	-moz-box-shadow:0 7px 16px 0 rgba(0,0,0,0.6);
	-ms-box-shadow:0 7px 16px 0 rgba(0,0,0,0.6);
	-webkit-box-shadow:0 7px 16px 0 rgba(0,0,0,0.6);
}

.mb-inside * {
	max-width: 100%;
}

/*** Left & Right Navigation Arrows ***/
a.mb-scrollButtons {
	display: block;
	width: 40px;
	height: 83px;
	background: transparent url(../images/arrows1.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -29px; /* if you change the arrow images, you may have to adjust this (1/2 height of arrow image) */
	cursor: pointer;
	text-decoration: none;
	outline: 0;
	border: 0;
}
a.mb-scrollButtons.mb-left {
	background-position: left top;
	left: 40px;
}
a.mb-scrollButtons.mb-right {
	background-position: right top;
	right: 40px;
}
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;
}

/*** Controls added below the panels ***/
.mb-controls {
	margin: 10px auto 0 auto;
	text-align: center;
	position: relative;
	z-index: 100;
}
.mb-controls a {
	display: inline-block;
	text-decoration: none;
	padding: 2px;
	margin: 0 10px;
	text-align: center;
	outline: 0;
}
.mb-controls a div {
	width:12px;
	height:12px;
	background:#ac9a65;
	-o-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-ms-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	box-shadow:inset 0 2px 2px 0 rgba(0,0,0,0.3), 0 2px 2px 0 rgba(255,255,255,0.5);
	-o-box-shadow:inset 0 2px 2px 0 rgba(0,0,0,0.3), 0 2px 2px 0 rgba(255,255,255,0.5);
	-moz-box-shadow:inset 0 2px 2px 0 rgba(0,0,0,0.3), 0 2px 2px 0 rgba(255,255,255,0.5);
	-ms-box-shadow:inset 0 2px 2px 0 rgba(0,0,0,0.3), 0 2px 2px 0 rgba(255,255,255,0.5);
	-webkit-box-shadow:inset 0 2px 2px 0 rgba(0,0,0,0.3), 0 2px 2px 0 rgba(255,255,255,0.5);
}
.mb-controls a div span {
	margin-top:3px;
	display: inline-block;
	opacity:0;
	text-indent:-9999px;
	font-size:1px;
	width:6px;
	height:6px;
	background:#e2d29e;
	-o-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-ms-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	box-shadow:inset 0 1px 1px 0 rgba(255,255,255,0.73), 0 1px 1px 0 rgba(69,54,11,0.67);
	-o-box-shadow:inset 0 1px 1px 0 rgba(255,255,255,0.73), 0 1px 1px 0 rgba(69,54,11,0.67);
	-moz-box-shadow:inset 0 1px 1px 0 rgba(255,255,255,0.73), 0 1px 1px 0 rgba(69,54,11,0.67);
	-ms-box-shadow:inset 0 1px 1px 0 rgba(255,255,255,0.73), 0 1px 1px 0 rgba(69,54,11,0.67);
	-webkit-box-shadow:inset 0 1px 1px 0 rgba(255,255,255,0.73), 0 1px 1px 0 rgba(69,54,11,0.67);
}
.mb-controls a:hover {
	cursor:pointer;
}
.mb-controls a.current div span {
	opacity:1;
}