.swiper-container {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}
.red-slide {
  background: #ca4040;
}
.blue-slide {
  background: #4390ee;
}
.orange-slide {
  background: #ff8604;
}
.green-slide {
  background: #49a430;
}
.pink-slide {
  background: #973e76;
}
.swiper-slide .title {
  font-style: italic;
  font-size: 42px;
  margin-top: 80px;
  margin-bottom: 0;
  line-height: 45px;
}

.swiper-slide-visible, .swiper-slide, .swiper-wrapper{
	height:auto!important;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 8px;
  background: url('../images/nav-slider.png') no-repeat 0 0;
  margin-right: 5px;
  cursor: pointer;
}
.swiper-visible-switch {
  background: url('../images/nav-slider.png') no-repeat 0 -15px;
}
.swiper-active-switch {
  background: url('../images/nav-slider.png') no-repeat 0 -15px;
}

a.arrow-left {
  background: url(../images/btn-prev.png?v=0001) no-repeat center center;
  position: absolute;
  left: 50px;
  top: 48%;
  margin-top: -15px;
  width: 46px;
  height: 57px;
  z-index:99999;
}
a.arrow-right {
  background: url(../images/btn-next.png?v=0001) no-repeat center center;
  position: absolute;
  right: 50px;
  top: 48%;
  margin-top: -15px;
  width: 46px;
  height: 57px;
  z-index:99999;
}

#slider .pagination{
   position:absolute;
   z-index:999;
   left: 52%;
   bottom: 5px;
   margin-bottom:0px;
   height:25px;
}

#slider2 .pagination{
   position:absolute;
   z-index:999;
   left: 52%;
   bottom: 5px;
   margin-bottom:0px;
   height:25px;
}