#slides{
	width:1396px;
	left:50%;
	margin-left:-698px;
    /*margin:0px auto;*/
	position:relative;
	overflow:hidden;
}
.slides_container{width:1396px; height:720px;}
.slide{width:1396px; height:auto;}

/* Control Nav */
.prev, .next{
	display:block;
	width:26px;
	height:39px;
	overflow:hidden;
	text-indent:-999em;
	position:absolute;
	top:343px;
	opacity:0.2;
	filter: alpha(opacity=20);
	z-index:99;
}
	.prev{background:url(../images/prev.png) 0 0 no-repeat; left:224px;}
	.next{background:url(../images/next.png) 0 0 no-repeat; right:224px;}

/* Caption */
.caption{
	z-index:99;
	position:absolute;
	top:284px;
	left:254px;
	width:890px;
	overflow:hidden;
	font:700 40px/50px 'Open Sans', sans-serif;
	color:#fff;
	text-align:center;
	/*text-transform:uppercase;*/
	letter-spacing:-1px;
}
	.caption .right{display:block; width:100%; position:relative; right:0;}
	.caption .left{display:block; width:100%; position:relative; left:0;}

@media only screen and (max-width: 995px){
	#slides{width:1100px; margin-left:-550px;}
	.slides_container{width:1100px; height:567px;}
	.slide{width:1100px;}
	/* Control Nav */
	.prev{left:186px; top:300px;}
	.next{right:186px; top:300px;}
	/* Caption */
	.caption{top:250px; left:202px; width:695px; font-size:30px; line-height:40px;}
}
@media only screen and (max-width: 767px){
	#slides{width:600px; margin-left:-300px;}
	.slides_container{width:600px; height:309px;}
	.slide{width:600px;}
	/* Control Nav */
	.prev{left:100px; top:165px;}
	.next{right:100px; top:165px;}
	/* Caption */
	.caption{display:none !important;}
}
@media only screen and (max-width: 479px){
	#slides{width:400px; margin-left:-200px;}
	.slides_container{width:400px; height:206px;}
	.slide{width:400px;}
	/* Control Nav */
	.prev{left:60px; top:130px;}
	.next{right:60px; top:130px;}
}