
/* WX Slider styles
======================================= */


body {
  background-color: #eee;
  font-family: 'Lobster', cursive;
}

h1.site-name { text-align: center; }

.wx-slider-wrapper {
  width: 460px;
  margin: 150px auto;
  position: relative;
}

.wx-slider {
  height: 335px;
  border: 7px solid white;
  position: relative;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
}

.slider-item-list {
  margin: 0;
  padding: 0;
}

.slider-item-list li { list-style: none; }

.slider-item-list .slide,
.slider-item-list .slide img {
  width: 446px;
  height: auto;
  position: absolute;
  z-index: 5;
}

.slider-item-list .slide.active { z-index: 10; }

/* Buttons */

.sequence-changer,
.slide-navigator,
.effect-changer {
  clear: both;
  margin: 10px auto;
}

.wx-slider-wrapper a {
  text-decoration: none;
  color: #000;
}

.slide-navigator .next { float: right; }

select { cursor: pointer; }

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

label[for="sequence-changer"] { margin-left: 33px; }

.effect-changer {
  margin-left: 11px;
  width: 114px;
}

/* Captions */

.caption-container {
  color: white;
  font-size: 24px;
  position: absolute;
  z-index: 10;
  top: 285px;
  width: 100%;
  height: 30px;
  background: rgba(0, 0, 0, .5);
  padding: 10px 0 10px 10px;
}
