.swiper-container {
	height: 740px;
	margin: 0 auto;
	position: relative;
	width: 960px;
}

.swiper-wrapper{
width: 960px;
	height: 740px;
	position: relative;
}



.swiper-slide .img-box {
	position: relative;
	width: 960px;
	margin: 0 auto;
	height: 740px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.swiper-slide .img-box img {
	margin: 0 auto;
}


.swiper-slide .slider-inf {
	width: 960px;
	height: 740px;
	top: 0px;
	left: 50%;
	margin-left: -480px;
	text-align: center;
/*	z-index: 300;*/
	position: absolute;
}

.swiper-slide .slider-inf .slider2title {
	position: absolute;
	margin-top: 20px;
	font: 50px/60px BebasBold;
	color: #000;
	text-transform: uppercase;
}

.swiper-slide .slider-inf .slider2left {
	width: 220px;
	height: 560px;
	float: left;
	margin-top: 140px;
	overflow: hidden;
	padding-right: 20px;
}

.swiper-slide .slider-inf .slider2right {
	width: 220px;
	height: 560px;
	float: right;
	margin-top: 140px;
	overflow: hidden;
	padding-left: 20px;
}

.swiper-slide .slider-inf .s2infbox {
	width: 220px;
	margin-bottom: 30px;
	text-align: left;
}

.swiper-slide .slider-inf .s2infbox span{
	font: 22px/25px BebasRegular;
	color: #a53a3a;
	text-transform: uppercase;
}

.swiper-slide .slider-inf .s2infbox p{
	font: 12px/16px Verdana;
	color: #000;
	
}


.swiper-pagination-area{
width: 100%;
	text-align: center;
	position: absolute;
	bottom: 60px;
}

.swiper-container-horizontal > .swiper-pagination {
/*    bottom: 10px;*/
    left: 0;
/*    width: 100%;*/
}

.swiper-pagination{
position: relative;
	display: inline-block;
/*	bottom: 50%;*/
	z-index: 1000;
	padding: 15px 30px;
	background: url(../img/bg3.png);
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: url(../img/slider2/bullet-bg.png);
    display: inline-block;
	margin-right: 10px;
    }

.swiper-pagination-bullet:last-child {

	margin-right: 0px;
    }

.swiper-pagination-bullet-active{
width: 10px;
	height: 10px;
	background: url(../img/slider2/bullet-bg-hover.png);
    display: inline-block;

}




.swiper-arrows-area {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	height: 420px;
/*	z-index: 100;*/
}



.swiper-button-prev {
	 position: absolute;
  top: 50%;
  
  margin-top: -58px;
/*  z-index: 10;*/
  cursor: pointer;
	
	
	left: 50%;
	margin-left: -480px;
	width: 113px;
	height: 116px;
	background: url(../img/sl-left.png);
	opacity: .7;
}

.swiper-button-prev:hover {
	opacity: 1;
}





.grey-bg {
	position: absolute;
	width: 100%;
	height: 420px;
	background: url(../img/bg1.png);
/*	z-index: 150;*/
}


