/*** Overall FancyMoves Slider Styles ***/

/*    font #1   */
@font-face {
    font-family: 'BandaRegularRegular';
    src: url('Banda_regular-webfont.eot');
    src: url('Banda_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Banda_regular-webfont.woff') format('woff'),
         url('Banda_regular-webfont.ttf') format('truetype'),
         url('Banda_regular-webfont.svg#BandaRegularRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*    font #2   */
@font-face {
    font-family: 'OblikSerifBoldRegular';
    src: url('OblikSerif-Bold-webfont.eot');
    src: url('OblikSerif-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('OblikSerif-Bold-webfont.woff') format('woff'),
         url('OblikSerif-Bold-webfont.ttf') format('truetype'),
         url('OblikSerif-Bold-webfont.svg#OblikSerifBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


.mb-wrapper {
  width: 900px; /* default, this is overridden by script settings */
  margin: 0 auto;
  position: relative;
  font-family: 'BandaRegularRegular';
  color:#f0dab6;
  left: 0;
  top: 0;
  background:transparent;
  /*border:1px #FFF solid;*/
}

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



/*** Slider panel ***/
.mb-slider .mb-panel {
  width: 350px;  /* default, this is overridden by script settings */
  height:400px;
  margin: 5px 0;
  padding: 5px;
  display: block;
  cursor: pointer;
  float: left;
  list-style: none;
  font-family: 'OblikSerifBoldRegular';
}

/* 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: 50px;
  height: 50px;
  background: transparent url(FancyMoves-Slider/images/arrows.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: -65px;
}
a.mb-scrollButtons.mb-right {
  background-position: right top;
  right: -65px;
}
a.mb-scrollButtons.mb-left:hover {
  background-position: left bottom;
}
a.mb-scrollButtons.mb-right:hover {
  background-position: right bottom;
}


/*** Controls added below the panels ***/
.mb-controls {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 100;
  
}
.mb-controls a {
  color: #7d4d28;
  font-size:40px;
  font-family: 'OblikSerifBoldRegular';
  display: inline-block;
  text-decoration: none;
  padding: 2px;
  height: 5px;
  margin: 0px;
  text-align: center;
  outline: 0;
}
.mb-controls a.current, .mb-controls a:hover {
  color: #ffb10f;
}
