﻿
/* Demo Styles */

.swiper-container {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  overflow:hidden;
}
.swiper-wrapper{transform: translate3d(0px, 0px, 0px);}
.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-bottom: 0;
  line-height: 45px;
}
.pagination {
 bottom: 52px;
 *+bottom: 19px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 5;
}
.swiper-pagination-switch {
  color: #fff;
    display: inline-block;
    font-size: 24px;
    padding: 0 12px 10px;
  cursor: pointer;
  background:url(gray.jpg) no-repeat;
}
/*.swiper-visible-switch {
  background:url(gray.jpg) no-repeat;
}*/
.swiper-active-switch {
  background:url(red.jpg) no-repeat;
}
.swiper-slide{ position:relative;overflow:hidden;}
#btn1,
#btn2{width:21px;height:61px;display:inline-block;background:url(prev.png) no-repeat;position:absolute;top:50%;left:20%;z-index:5;margin-top:-30.5px;text-indent:-9999em;}
#btn2{left:auto;right:20%;background:url(next.png) no-repeat;}
.swiper-slide .bettwn{position:absolute;bottom:73px;left:0px;z-index:5;text-align:center;width:100%;}
.swiper-slide .bettwn span{font-size:24px;color:#FFF;display:inline-block;border-bottom:1px solid #b3b3b3;padding:0 12px 10px 12px;}
  