#container {
	z-index:0;
	width: auto;
}

#slides {
	width: auto;
	position: relative;
}

.slides_container {
	width: 807px;
	height:330px;
	overflow:hidden;
	display: block;
}

#slides .next,#slides .prev {
	position: absolute;
	top: 88%;
	margin-top: -40px;
	height: 80px;
	width: 30px;
	cursor: pointer;
	z-index: 2000;
}

#slides .prev {
	left: 38px;
	border-radius: 0px 3px 3px 0px;
	background-color: #transparent;
	background-image: url(../img/arrow_left.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#slides .next {
	right: 0px;
	border-radius: 3px 0px 0px 3px;
	background-color: #transparent;
	background-image: url(../img/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.caption {
	position:absolute;
	color:#000;
	text-shadow:none;
	top: 35px;
	left: 415px;
	text-align: left;
	background-image: url(../images/dahilbg.png);
	background-repeat: no-repeat;
	width: 600px;
	height: 150px;
}

.caption h3 {
	font-family: 'Raleway-Bold';
	font-size: 46px;
	color:#fff;
}

.caption h4 {
	font-family: 'Raleway-Extralight';
	font-size: 23px;
	color:#FFF;
}


.caption2 {
	position:absolute;
	height:174px;
	width:700px;
	color:#000;
	text-shadow:none;
	top: 20px;
	text-align: left;
	background-image: url(../images/dahilbg.png);
	background-repeat: no-repeat;
	left: 240px;
}

.caption2 h3 {
	font-family: 'Dosis-SemiBold';
	font-size: 46px;
	color:#e3000f;
	text-align: center;
}

.caption2 h4 {
	font-family: 'Dosis-Light';
	font-size: 20px;
	color:#1a1918;
	text-align: left;
	margin-left: 120px;
}


.black {
	font-family: 'Dosis-Light';
	font-size: 46px;
	color:#1a1918;
	text-align: center;
}

.pagination {
	width:300px;
	margin-left: 10px;
	margin-top: -15px;
	margin-right: auto;
	margin-bottom: 0;
	position:absolute;
	top:405px;
	z-index:500;
	left: 180px;
}

.pagination li {
	float:left;
	margin:0 1px;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
