
.slider-wp{
  width: 100%;
  height: 370px;
  background: url(../images/background.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;	
  margin-bottom: 30px;	
}

.cycle-slideshow{  
  height: 370px;			
  z-index: 1;	
}

.cycle-slide{
  width: 100%;
  height: 100%;
}

.slider-img{
  width: auto;	
  max-width: 480px;
  _width: 480px;
  height: auto;	
  min-height: 370px;
  _height: 370px;
  position: relative;
  z-index: 1;				
}

.slider-img img{	
  width: 100%;	
  position: absolute;
  left: 0;
  bottom: -30px;			
}

.slider-data{
  position: absolute;
  top: 115px;
  right: 0;	
}

.slider-data-inner{
  width: 230px;	
  background: rgba(56, 73, 113, 0.9);
  padding: 20px;
  color: #FFF;	
}

.slider-data-inner p{
  font-size: 8pt;	
}

.sd-ttl{
  padding-bottom: 10px;	
  font-size: 16pt;	
}

.sd-more{
  padding-top: 15px;	
}

.slider-nav{
  width: 100%;
  height: 8px;
  padding-top: 10px;	
  overflow: hidden;
  text-align: right;
}

.slider-nav A:link, .slider-nav A:visited, .featured-nav A:link, .featured-nav A:visited{
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 2px;
  width: 8px;
  height: 8px;
  text-decoration: none;
  background: url(../images/nav-off.png) no-repeat;
}

.slider-nav A.cycle-pager-active:link, .slider-nav A.cycle-pager-active:visited, .featured-nav A.cycle-pager-active:link, .featured-nav A.cycle-pager-active:visited{
  background: url(../images/nav-on.png) no-repeat;	
}
