/* Default MovingBoxes wrapper size */
#movingboxes {
	width: 900px;
	min-height: 200px;		
}

/* Default MovingBoxes panel size */

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

/* Panel Wrapper */
.mb-slider, .mb-scroll {	
	width: 500px;
	height: 180px;	
	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: #999bff;
}

/*** Slider panel ***/
.mb-slider .mb-panel {
	margin: 0;
	padding:0;
	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: 3px;	
}
/*
.mb-inside * {
	max-width: 100%;
}
*/
/*** Left & Right Navigation Arrows ***/
a.mb-scrollButtons {
	display: block;
	width: 45px;
	height: 58px;
	
	position: absolute;
	top: 70%;
	margin-left:20px; /* 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 {	
	left: 0px;

}
a.mb-scrollButtons.mb-right {
	right: 0px;
}
a.mb-scrollButtons.mb-left:hover {

}
a.mb-scrollButtons.mb-right:hover {	

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

/*** Controls added below the panels ***/
