	#slider{
		width:765px;
		height:319px;
		float:left;
		margin-top: 23px;
	}
	
	
.slides_container {
	width:765px;
	height:319px;
	overflow:hidden;
	position:relative;
}


.pagination {
	width: 100px;
	margin: 0 auto;
	margin-top: -30px;
	position: relative;
	z-index: 100;
}

.pagination li {
	list-style:none;
	float:left;
	margin:0 5px;
}


.pagination li.current a {
	background-position:0 -7px;
}

.slides_container img{
	width:765px;
	height:319px;
}

.more_button{
	font-size: 16px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: white;
	font-weight: 600;
	font-family: "DINNextW1G-Light";
}