
.slider-wp-inner{
  width: auto;
  max-width: 1280px;
  _width: 1280px;					
  position: relative;
  z-index: 1;		
}

.cycle-slideshow{  		
  z-index: 1;	
}

.slider-item{
  width: 100%;
  height: 100%;				
  position: relative;
  z-index: 1;		
}

.slider-item img{
  width: 100%;	
}

.slider-data{
  display: table;	
  position: absolute;
  bottom: 20px;
  left: 10%;
  width: 300px;
  padding: 20px 30px;		
  background-color: #F4F3F1;					
}

.slider-data p{
  line-height: 150%;	
  color: #8D9397;	
}

.sd-ttl{
  padding-bottom: 10px;	
  font-size: 30pt;
  color: #334C64;			
}

.slider-arr{
  position: absolute;
  top: 50%;	
  width: 23px;
  height: 40px;
  margin-top: -20px;
  z-index: 3;
  cursor: pointer;						
}

.slider-prev{
  left: -40px;	
  background: url(../images/arr-L.png) no-repeat;	
}

.slider-next{
  right: -40px;	
  background: url(../images/arr-R.png) no-repeat;
}

.slider-nav{	
  padding-top: 15px;		
  text-align: center;			
}

.slider-nav-inner{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;		
}

.slider-nav A:link, .slider-nav A:visited, .slider-dots{
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-decoration: none;
}

.slider-dots{
  padding: 0 10px;	
}

.slider-dots A:link, .slider-dots A:visited{
  margin: 0 3px;
  width: 11px;
  height: 11px;
  background: url(../images/nav-off.png) no-repeat;
}

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

@media screen and (max-width: 1380px) {
	.slider-prev{
		left: -30px;
	}
	.slider-next{
		right: -30px;
	}	
}

@media screen and (max-width: 1360px) {
	.slider-arr{
		display: none;
	}	
}

@media screen and (max-width: 750px) {
	.slider-data{
		display: none;
	}		
}
