.container{
	max-width: 100%;
	overflow:hidden;
}
.container{
	margin:auto;
}
.mySlideshow .animated{
	position:absolute;
}
.pic1,.first{
	background:url(../../images/banner/img_1.jpg) center no-repeat;
}
.pic1 a,.first a,
.pic1 img,.first img{
	display:block;
}
.pic1 img,.first img{
	top:200px;
	left:40%;
	margin-left:-114px;
}
.pic1 div,.first div{
	font-size:50px;
	bottom:80px;
	left:39%;
	width:320px;
	text-align:center;
	margin-left:-160px;
}
.pic2,.second{
	background:url(../../images/banner/img_2.jpg) center no-repeat;
}
.pic2 img,.second img{
	top: 230px;
	right: 30%;
}
.pic3,.third{
	background:url(../../images/banner/img_4.jpg) center no-repeat;
}
.pic3 img,.third img{
	top:210px;
	left: 35%;
}


@media screen and (max-width:780px){
	.pic1,.first a{left:35%}
	.pic2,.second img{right:20%;}
}

@media screen and (max-width:450px){
	.pic1,.first a{display:none;}
	.pic2,.second img{display:none;}
}