#slides{
	width: 100%;
	position:relative;
	overflow:hidden;
}
.slides_container{
	width:940px;
	height:333px;
	overflow:hidden;
	margin-bottom:17px;
}
.slide{width:940px; height:auto;}

/* Control Nav */
.pagination{text-align:center; overflow:hidden; height:12px;}
	.pagination li{
		font-size:0px;
		line-height:0;
		margin-right:3px;
		display:inline-block;
		text-indent:-5000px;
	}
		.pagination li a{
			height:12px;
			width:12px;
			background: url(../images/pagination.png) 0 0 no-repeat;
			display:block;
		}
			.pagination li.current a,.pagination li a:hover{background-position:-15px 0;}
			.pagination li.current a{cursor:default;}

@media only screen and (max-width: 995px){
	#slides{width:748px;}
	.slides_container, .slide{width: 748px;height:265px;}
}
@media only screen and (max-width: 767px){
	#slides{width:420px;}
	.slides_container, .slide{width: 420px;height:149px;}
}
@media only screen and (max-width: 479px){
	#slides{width:300px;}
	.slides_container, .slide{width: 300px;height:106px;}
}