/*
 * jQuery Nivo Slider v2.7.1
 * https://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * https://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */

/* The Nivo Slider styles */
#slider {
  overflow: hidden;
  width: 1050px;
  height: 470px;
}
#slider img {
  display: none;
}
#slider .nivoSlider {
  position: relative;
}
#slider .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
}
/* If an image is wrapped in a link */
#slider .nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0;
}
/* The slices and boxes in the Slider */
#slider .nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
}
#slider .nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
}
/* Caption styles */
#slider .nivo-caption {
  background-color: #000;
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88000000,EndColorStr=#88000000);
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 8;
  height: 70px;
}
* html #slider .nivo-caption {
  background-color: #000;
}
* + html #slider .nivo-caption {
  background-color: #000;
}
#slider .nivo-caption p {
  padding: 10px 50px 35px 50px;
  margin: 0;
  letter-spacing: 2px;
}
#slider .nivo-caption p h3 {
  margin: 0 0 8px 0;
}
#slider .nivo-caption p h3 a {
  color: #fff;
  text-decoration: none;
}
#slider .nivo-caption p h3 a:hover {
  text-decoration: underline;
}
#slider .nivo-caption p p {
  padding: 0;
  margin: 0;
}
#slider .nivo-caption a {
  display: inline !important;
}
#slider .nivo-html-caption {
  display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
#slider .nivo-directionNav a {
  display: block;
  width: 40px;
  height: 40px;
  background: url(/img/common/img_nav.gif) no-repeat 0 0;
  position: absolute;
  top: 45%;
  z-index: 9;
  text-indent: -9999px;
  cursor: pointer;
}
#slider a.nivo-prevNav {
  left: 0px;
  background-position: -40px 0;
}
#slider a.nivo-nextNav {
  right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
#slider .nivo-controlNav a {
  display: none;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
#slider .nivo-controlNav a.active {
  font-weight: bold;
}
#text {
  display: none;
}
