#slides{
	width: 100%;
	position:relative;
	overflow:hidden;
}
.slides_container{
	width: 940px;
	height: 507px;
	overflow: hidden;
}
.slides_container_05{
	width: 940px;
	height: 658px;
	overflow: hidden;
	min-width: 0px;
}
.slides_container_07{
	width: 940px;
	height: 742px;
	overflow: hidden;
}
.slide{width:940px; height:auto;}
	.slide img{border-radius:5px;}

/* Control Nav */
.pagination{
	position:absolute;
	bottom:35px;
	left:0;
	overflow:hidden;
	z-index:995;
	font:0/0 a;
	text-align:center;
	width:100%;
}
	.pagination li{
		display:inline-block;
		margin-left:7px;
	}
		.pagination li:first-child{margin-left:0;}
		.pagination li a{
			display:block;
			height:11px;
			width:11px;
			background: url(../images/pagination.png) -18px 0 no-repeat;
			text-indent:-5000px;
		}
			.pagination li.current a,.pagination li a:hover{background-position:0 0;}
			.pagination li.current a{cursor:default;}

@media only screen and (max-width: 995px){
	.slides_container{width:748px; height:403px;}
	.slide{width:748px;}
}
@media only screen and (max-width: 767px){
	.slides_container{width:420px; height:227px;}
	.slide{width:420px;}
	.pagination{bottom:15px;}
}
@media only screen and (max-width: 479px){
	.slides_container{width:300px; height:162px;}
	.slide{width:300px;}
	.pagination{bottom:10px;}
}
