/* blockcycleslideshow.css version 1.0.0 by prestalove.com*/
.prestalovecycleslideshow {
clear:both;
  position: relative;
  float: left;
  text-align: left;
}
div.cycleslideshow_pager {
  text-align: center;
  float: left;
  width: 100%;
}
#cs_nav {
  margin: 0 auto;
  height:100px;
}
#cs_nav img {border:none;}
#cs_controls {
  position: absolute;
  z-index:99;
  top: 10px;
  right: 10px;
}
.cycleslideshow-more {
  position: absolute;
  top: -85px;
  left:0;
  width: 100%;
  color: #3d3d3d;
  font-size:20px;
}
.cycleslideshow-more-inner {
  padding: 5px;
}
.cycleslideshow-more h3 { margin-bottom:7px; width:900px; margin-left:-250px; }
.cycleslideshow-more a {
  color: #3d3d3d;
  text-decoration:none;
}
#cs_prev, #cs_next {
  width: 11px;
  height: 11px;
  margin: 3px;
  float: left;
}
#cs_prev {
  background: url(images/back-button.png) 0 0 no-repeat;
}
#cs_next {
  background: url(images/next-button.png) 0 0 no-repeat;
}
#cs_nav a {
  display: inline-block;
  padding: 10px;
}
#cs_nav li.cycleslideshow-item {
  text-align:center;
  display: inline-block;
  padding: 14px 10px 8px 10px;
  list-style: none;
  background: url(images/nav-item-border.png) right top repeat-y;
}
#cs_nav li.cycleslideshow-item a {
  display: inline-block;
  color:#000;
  padding: 0;
}

#cs_nav li.activeSlide {
  background: url(images/active_bg.png) center 5px no-repeat;
  color: #000;
}
#cs_nav li.cycleslideshow-item a:focus {
  outline: none;
}
#cs_nav li.cycleslideshow-item img {
  border: none;
}
