/*** Overall MovingBoxes Slider ***/

#slider-one { width: 300px; }

.mb-wrapper {
	margin: 20px auto;
	position: relative;
	left: 0;
	top: 0;
    width: 210px !important;
}

/* Panel Wrapper */

.mb-slider, .mb-scroll {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
}

.mb-slider {
    left: -100px;
}

.current .mb-inside .slide {
    top: auto;
}

.mb-inside .slide {
    width: 180px;
    height: 115px;
    top: 10px;
    position: relative;
}

.current .mb-inside .green {
    background: url(../img/green.png) no-repeat top center;
}

.mb-inside .green {
    background: url(../img/green-small.png) no-repeat top center;
}

.current .mb-inside .red {
    background: url(../img/red.png) no-repeat top center;
}

.mb-inside .red {
    background: url(../img/red-small.png) no-repeat top center;
}

.current .mb-inside .yellow {
    background: url(../img/yellow.png) no-repeat top center;
}

.mb-inside .yellow {
    background: url(../img/yellow-small.png) no-repeat top center;
}

/*** Slider panel ***/
.mb-slider .mb-panel {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
    width: 70px !important;
}

.mb-slider .mb-panel.current {position: relative; z-index: 5;}

/*** Left & Right Navigation Arrows ***/
a.mb-scrollButtons {
	display: none;
}