/* Easy Slider */
#slider{
	margin:0px;
	padding:0px;
	width:639px;
	height:279px;
	
}

#slider ul{
	list-style:none;
	width:639px;
	height:279px;
}

#slider ul li{
	float:left;
	height:279px;
}

.slider_img{
	width:639px;
	height:279px;
	float:left;
	z-index:1;
}

.slider_title{
	width:639px;
	height:279px;
	float:left;
	margin-left:-639px;
	z-index:20;
	background-image: url(../images/layout/slider_overlay.png);
	background-repeat: no-repeat;	
}

.slider_title h1{
	font-size:28px;
	z-index:20;
	margin-top:100px;
	margin-left:440px;
}

#slider ul li a{
	text-decoration:none;
}

#prev_btn a, #next_btn a{
	color:#fff;
	text-decoration:none;
	padding:5px;
	position:relative;
	top:-50px;
	left:530px;
	background-color:#95A083;
	font-weight:bold;
}

#prev_btn a:hover, #next_btn a:hover{
	color:#95A083;
	background-color:#fff;
}