/*============================*/
/*=== Nivo Slider Styles ===*/
/*============================*/
.featured_slider {
  width: 100%;
  height: 440px;
  background: url(/assets/img/slider_bg.png) repeat-x top;  
  position: relative;
  display: table;
}
#slider-wrapper {
  width:940px;
  position: relative;
  z-index: 1;
  height:357px;
  background: url(/assets/img/slider_shadow.png) no-repeat center bottom;
  margin: 0 auto;
}
.slider_border {
  width: 940px;
  height: 350px;
  position: absolute;
  top:0px;
  left: 0px;  
  background: url(/assets/img/slider_border.png) no-repeat;
  z-index: 51;
}
#slider {
  position:relative;
  width:940px;
  height:340px;
  background:  url(/assets/img/loading.gif) no-repeat 50% 50%;
}
#slider img {
  position:absolute;
  top:0px;
  left:0px;
  display:none;
}
#slider a {
  border:0;
  display:block;
}
.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;
  left: 20px;
  bottom: 20px;
  background:#ffba00;
  color:#fff;
  opacity:0.8; /* Overridden by captionOpacity setting */
  z-index:89;
  padding: 10px 20px;
}
.nivo-caption p {
  padding: 0;
  margin:0;
  line-height: 17px;
  font-size: 15px;
  width: 400px;
  font-family: Arial, Tahoma, sans-serif;
}
.nivo-caption p::selection {
  background: #fff; 
  color: #000;
}
.nivo-caption p::-moz-selection {
  background: #fff; 
  color: #000;

}
.nivo-caption a {
  display:inline !important;
}
.nivo-html-caption {
  display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position:absolute;
  top:40%;
  z-index:99;
  cursor:pointer;
  display: block;
  text-indent: -9999em;
  width: 40px;
  height: 90px;
}
a.nivo-prevNav {
  left: 5px;
  background: url(/assets/img/slider_previous.png) no-repeat;
}
a.nivo-nextNav {
  right: 5px;
  background: url(/assets/img/slider_next.png) no-repeat;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 999;
}
.nivo-controlNav a {
  z-index:999;
  cursor:pointer;
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 5px;
  background: url(/assets/img/slider_bullet_nav.png) no-repeat 0 0;
  text-indent: -9999em;
}
.nivo-controlNav a.active {
  font-weight:bold;
  background: url(/assets/img/slider_bullet_nav.png) no-repeat -25px 0;
}