/*** Overall MovingBoxes Slider ***/
.mb-scroll{
	background: url(../../images/bg_slider_two.png) no-repeat 251px center;
	height: 178px!important;
	}
.mb-scroll .outfocus{
	margin-top: 30px!important;
	}
.mb-scroll p.caption{
	font: 14px "ArrowFontRegular", "Myriad Pro", Arial, Helvetica, sans-serif;
	display: block;
	color: #fff;
	}
.mb-scroll .luminasia_caption{
	margin-top: -20px;
	}
.mb-scroll .icekingdom_caption{
	margin-top: -15px;
	}
.mb-scroll .snowcarnival_caption{
	margin-top: -5px;
	}
.mb-wrapper {
  width: 900px; /* default, this is overridden by script settings */
  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: 30px 0 0 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 {
  width: 350px;  /* default, this is overridden by script settings */
  margin: 5px 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 {
  text-align: center;
}

.mb-inside * {
  max-width: 100%;
}

/*** Left & Right Navigation Arrows ***/
a.mb-scrollButtons {
  display: block;
  width: 21px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -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 {
	background: url(../../images/arrow_left.png) no-repeat center top;
	left: -21px;
}
a.mb-scrollButtons.mb-right {
	background: url(../../images/arrow_right.png) no-repeat center top;
	right: -21px;
}
/*
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;
  background: #ccc;
  position: relative;
  z-index: 100;
}
.mb-controls a {
  color: #444;
  font: 12px Georgia, Serif;
  display: inline-block;
  text-decoration: none;
  padding: 2px;
  height: 18px;
  margin: 0 5px 0 0;
  text-align: center;
  outline: 0;
}
.mb-controls a.current, .mb-controls a:hover {
  color: #fff;
}
.mb-active-slider .mb-controls {
  background: #999bff;
}