.slider-nav .slick-center h3 {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 300ms ease;
  opacity:1;
  position:relative;
  z-index:2;
  border: 0px solid #000;
  margin-top:0px;
}

.slider-nav h3 {
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  opacity:0.5;
  transition: all 300ms ease;
  margin:0 -10px;
}

.slider-nav .slick-slide img {
  border: 0px solid #fff;
  display: inline-block;
  width: 100%;
  transition: all 300ms ease;
  margin-top:0px;
  cursor:pointer;
  border-radius:10px;
}

.slider-for .slick-slide img { 
	min-width:100%; 
	cursor:pointer; 
	border-radius:0px;
}

.slider-for .textshow {  
	display:block; 
	position:relative; 
	z-index:99999; 
	margin:0 auto; 
	width:50%; 
	bottom:70px; 
	text-align:center; 
	padding-left:30px; 
	background:#000; 
	color:#fff; 
	font-size:20px; 
	font-weight:300; 
	line-height:46px; 
	letter-spacing:-0.06em; 
	opacity:0.9;
	border-radius:24px;
}