#movingboxes {letter-spacing:normal;height:500px; width:960px; }
/* Default MovingBoxes panel size */
#movingboxes li { padding:0;width:550px;}
/*** Overall MovingBoxes Slider ***/
.mb-wrapper {margin:0 auto;position:relative;left:0;top:0;}
/* 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: #999bff;}
/*** 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:10px;}
.mb-inside * {max-width:100%;}
/*** Left & Right Navigation Arrows ***/
a.mb-scrollButtons {display:block;width:55px;height:127px;background:transparent url(../images/arrows.png) no-repeat; background-size:110px 253px; position:absolute;top:50%;margin-top:-110px; /* 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:-100px; z-index:99;}
a.mb-scrollButtons.mb-right {background-position:right top;right:-100px;}
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:0 auto;text-align:center;position:relative;z-index:100;}
.mb-controls a {color:#f7ea9d;display:inline-block;text-decoration:none;padding:2px;height:30px;margin:0 5px 0 0;text-align:center;outline:0;}
.mb-controls a.current, .mb-controls a:hover {color:#9f7a47;}
.mb-active-slider .mb-controls {background:none;}
#slider h2{color:#826807; font-size:14px; margin:2px 0;}
#slider p {font-size:14px; margin:2px;}
#slider {width:800px; }
#slider li { list-style:none; padding:0 0 20px 0;text-align:center;width:500px;}
.slider-img-container { height:auto; margin:5px 0;}
.slider-img-container img {border:#c8a869 1px solid;}
