/*** Overall MovingBoxes Slider ***/
.mb-wrapper {
	margin: 0 auto 20px;
	position: relative;
	left: 0;
	top: 15px;
}

/* 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 {
}

/*** Slider panel ***/
.mb-slider .mb-panel {
	margin: 0;
	padding: 20px;
	display: block;
	cursor: pointer;
	float: left;
	list-style: none;
	opacity:0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
}

/* 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;
	opacity:1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/*** Inside the panel ***/
.mb-inside {
	border: 10px solid #FFFFFF;
	background:#FFFFFF;
}

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

/*** Left & Right Navigation Arrows ***/
a.mb-scrollButtons {
	display: block;
	width: 72px;
	height: 68px;
	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;
	z-index: 99;
}
a.mb-scrollButtons.mb-left {
	background: transparent url(../imagens/setaesquerda-capa.png) no-repeat;
	left: 50%;
	margin-left: -480px;
}
a.mb-scrollButtons.mb-right {
	background: transparent url(../imagens/setadireita-capa.png) no-repeat;
	right: 50%;
	margin-right: -480px;
}

a.mb-scrollButtons.disabled {
	display: none;
}

/*** Controls added below the panels ***/
.mb-controls {
	margin: 0 auto;
	text-align: center;
	background: transparent;
	position: relative;
	z-index: 100;
	background: #FFFFFF;
	background: transparent url(../imagens/pxlmeio-fundoquantia-capa.png) repeat-x;
	width:150px;
	height:40px;
	line-height:40px;
	top: -30px;
}
.mb-controls a {
	font: 18px/2.2 Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px;
	text-align: center;
	outline: 0;
	background: transparent url(../imagens/quantidade-capa.png) no-repeat;
	color:transparent;
	width:18px;
	height:14px;
	top: -30px;
}
.mb-controls a:hover {
	color: black;
	color:transparent;
}
.mb-controls a.current {
	background: transparent url(../imagens/quantidade-capa-marcado.png) no-repeat;
	color:transparent;
	width:18px;
	height:14px;
}
.mb-active-slider .mb-controls {
	background: #FFFFFF;
	background: transparent url(../imagens/pxlmeio-fundoquantia-capa.png) repeat-x;
	width:150px;
	height:40px;
	line-height:40px;
	top: -30px;
	
}
.mb-controls .mb-links{
	line-height:60px;
	height:40px;
}