.swiper-panels{
	display:none;
}

.autoPlay{

}

.src-photo{

}

.swiper-photo{
}

.swiper-container{
	position: relative; 
	width: 1200px; 
	height: 540px; 
	overflow: hidden; 
	margin: 0px auto; 
	padding: 0px;
	top:-1080px;
}

.main-swiper{
	/*border-color:#fff;
	text-align: center;
	width:1200px;
	height:540px;
	min-width: 960px;
	max-width: 100%;*/
	position: absolute; 
	top: 0px; 
	left: 0px; 
	display: none;
}

.swiper-nav{
	position: absolute; 
	width: 290px; 
	top: 470px; 
	right: 480px; 
	text-align: center;
	background-color:rgba(162,175,184,0.5);
	border-radius: 10px;
}

.swiper-nav-item{
	
}

.swiper-nav a {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 0px 20px;
	background: url(/_upload/tpl/01/d4/468/template468/images/template/nav_buttons.png) no-repeat 0px 0px;
	cursor: pointer;
}
.swiper-nav a:hover { background-position: -25px 0px; }
.swiper-nav a.selected { background-position: -50px 0px; }

.swiper-container.autoplay .swiper-nav a { opacity: .4; }
.swiper-container.autoplay .swiper-nav a.selected { opacity: 1; }
