/* Slider
---------------------------------------- */
#slider-wrapper {
  height: 400px;
  overflow: hidden;
  position: relative;
  background: #f4f4f3 url(../img/adv-pattern2.gif);
}
#slider {
  position: relative;
  width: 1000px;
  height: 400px;
  background: url(../img/loading.gif) no-repeat 50% 50% #ffffff;
}
#slider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
#slider a {
  border: 0;
  display: block;
}
/* The Nivo Slider styles */
.nivoSlider {
  position: relative;
}
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 60;
  display: none;
}
/* The slices in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 50;
  height: 100%;
}
.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
}
/* Caption styles */
.nivo-caption {
  position: absolute;
  right: 0px;
  bottom: 96px;
  background: url(../img/caption-bg.png);
  color: #fff;
  opacity: 0.8;
  /* Overridden by captionOpacity setting */

  width: 275px;
  z-index: 89;
  padding: 29px 20px 30px 37px;
  font-size: 36px;
  line-height: 36px;
  font-family: 'Titillium Web', sans-serif;
  letter-spacing: 2px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  filter: none !important;
}
.nivo-caption p {
  margin: 0;
}
.nivo-caption .nivo-caption-inner {
  padding: 0;
  margin: 0;
}
.nivo-caption a {
  display: inline !important;
}
.nivo-html-caption {
  display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 99;
  cursor: pointer;
}
.nivo-prevNav {
  left: 0px;
}
.nivo-nextNav {
  right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  position: absolute;
  z-index: 98;
  height: 12px;
  float: left;
  padding: 12px 15px 11px 15px;
  left: 50%;
  margin-left: -37px;
  background: #ffffff;
  bottom: 0;
  text-align: center;
}
.nivo-controlNav a {
  position: relative;
  z-index: 99;
  cursor: pointer;
  display: inline-block !important;
  width: 12px;
  height: 12px;
  float: left;
  text-decoration: none;
  text-indent: -9999em;
  background: url(../img/bullets.png) 100% 0 no-repeat;
  margin: 0 2px 0 1px;
}
.nivo-controlNav a:hover, .nivo-controlNav a.active {
  background-position: 0 0;
}
.nivo-directionNav a {
  position: absolute;
  display: block;
  width: 36px;
  height: 35px;
  text-indent: -9999px;
  border: 0;
  top: 50%;
  background: url(../img/direction_nav.png) no-repeat 0 0;
}
a.nivo-nextNav {
  right: 0;
  background-position: -36px 0;
}
a.nivo-nextNav:hover {
  background-position: -36px -35px;
}
a.nivo-prevNav {
  left: 0;
  background-position: 0 0;
}
a.nivo-prevNav:hover {
  background-position: 0 -35px;
}
#slider .nivo-controlNav img {
  display: inline;
  /* Unhide the thumbnails */

  position: relative;
  margin-right: 10px;
  width: 120px;
  height: auto;
}