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

.slider-text{
	position:absolute; 
	width:300px; 
	top:80px; 
	left:50px;
}

.slider-text p {
    background-color: rgba(235, 235, 235, 0.8);
    padding: 10px;
}

.slider-wp-about{
  width: 100%;
  height: 389px;
  position: relative;
  z-index: 1;
}

.slider-cnt-home{
  min-height: 219px;
  _height: 219px;
  position: relative;
  z-index: 1;
  overflow:hidden;
}

.home-slider-img{
  width: 500px;
  float:right;
}

.slider-wp{
  
  width: 100%;
  height: 435px;
  position: relative;
  z-index: 1;
  overflow:hidden;
    border:5px solid #f6f2e5;
}

.slider-profile{
  float: left;
  width: 834px;
  height: 363px;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}

.slider-img{
  width: 100%;
}

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

.cycle-slide{
  width: 100%;	
}



.slider-cnt{
  
  height: auto;
  min-height: 293px;
  _height: 293px;
  position: relative;
  z-index: 1;
}

.slider-cnt-profile{
  width: 834px;
  height: auto;
  min-height: 335px;
  _height: 335px;
  position: relative;
  z-index: 1;
}

.slider-ttl{
  position: absolute;
  right: 0;
  top: 199px;
  line-height: 100%;
  text-align:right;
  color: #ffffff;
  font-size: 45pt;
  font-family: Arial;
  font-weight: bold;
  padding-right:33px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.fs30pt{font-size:30pt;}

.slider-ttl font{
  color: #7D8388;
}

.slider-more{
  position: absolute;
  right: 36px;
  top: 400px;
}

.slider-points{
  position: absolute;
  right: 37px;
  top: 325px;  	
  width:270px;
  color:#FFFFFF;
  text-align:right;
  width:100%;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.slider-points label{
  display: block;
  text-align: left;
  padding-bottom: 20px;
  font-size: 18pt;
  color: #fff;
}

.slider-points div{
  padding: 10px 0 10px 0px;
  background: url(/images/slider-arr.png) left center no-repeat;
  font-size: 14pt;
  color: #fff;
  font-style: italic;
}

.slider-points div.sp-1{
  margin-left: 60px;	
}

.slider-points div.sp-2{
  margin-left: 45px;	
}

.slider-points div.sp-3{
  margin-left: 30px;	
}

.slider-points div.sp-4{
  margin-left: 15px;    
}
.slider-points div.sp-5{
  margin-left: 15px;	
}

.slider-nav{margin-top:10px;}


/*.slider-wp-home div.slider-nav {  
  position: absolute;
  bottom: 16px;
  z-index: 2;
  width: 89%;
  text-align: right;
}*/

.slider-wp-about div.slider-nav {  
  position: absolute;
  top: 353px;
  z-index: 2;
  width: 100%;
  text-align:center;
}


.slider-wp div.slider-nav {  
  position: absolute;
  right: -3px;
  top: 298px;
  z-index: 2;
  width: 370px;
  text-align: right;
}

.slider-profile div.slider-nav{
  text-align: right;
  padding: 10px 0;
}

.slider-nav A:link, .slider-nav A:visited {
  width: 13px;
  height: 12px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 2px;
  background: url(/images/homeNavOff.png) no-repeat;
}

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


.slider-wp div.slider-about-nav {  
  position: absolute;
  top: 417px;
  width:100%;
  z-index: 2;
  right:0;
  text-align:center;
}

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

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


.slider-arr{
  position: absolute;
  top: 45%;	
  width: 44px;
  height: 68px;
  z-index: 3;
  cursor: pointer;						
}

.slider-prev{
  left: -21px;	
  background: url(../images/leftArrow.png) no-repeat;	
}

.slider-next{
  right: 0;	
  background: url(../images/rightArrow.png) no-repeat;
}


.slider-arr-home{
  position: absolute;
  width: 51px;
  height: 51px;
  z-index: 3;
  cursor: pointer;
  bottom:0px;
}
.slider-prev-home{
  right: 51px;	
  background:url(../images/slider-back.png) no-repeat;	
}

.slider-next-home{
  right: 0;	
  background: url(../images/slider-forward.png) no-repeat;
}

.slider-wp-home div.slider-nav {  
  right:121px;
  bottom:-22px;
}


@media screen and (max-width:768px) {
	
	.slider-wp-home{
	  height: auto;
	}
	
	.cycle-slide img{
	  max-width: 100%;
	}

	.home-slider-img, .cap-slider-img {
		float: none;
		width: 100%;
		height:auto;
	}
	
	/*.slider-wp-home div.slider-nav {  
	  top: 100%;
	}*/
	
	.slider-cnt-home{
		min-height:100px;
	}
	
	.slider-wp-about{
	  height: auto;
	}
	
	.slider-prev{
	  display:none;
	}
	
	.slider-next{
	  display:none;
	}
	
}	

@media screen and (max-width:480px) {
	
	.slider-text {
		position:relative;
		top:0px;
		left:15px;
	}
	.slider-wp-home div.slider-nav {  
	  display:none;
	}
	
	.slider-prev-home{
	  right: 61px;	
	  
	}
	
	.slider-next-home{
	  right: 10px;	
	  
	}
	
}