/*
* Required 
*/
.slide-container { width:980px; height:240px; overflow:hidden; position:relative;  }
.slides { position:absolute; top:-30px; left:0; }
.slides > li { position:absolute; top:0; width:980px; display:none; }

#homeSlider {
	width:980px; 
	height:260px;
	overflow:hidden;
	position:relative;
}

.sliderbox {
	background:url(../images/anim_bkgrnd.png) 0 0 no-repeat;
}

.slide-text {
	float:left;
	width:450px;
	height:260px;
	padding:59px 40px 0 66px;
	color:#fff;
	font-size:12px;
	line-height:1.4em;
}

.slide-text p.animheader {
	color:#652D00;
	font-size:19px;
	font-weight:bold;
	line-height:17px;
	padding-bottom:15px;
	text-transform: uppercase;
}
	
.slide-text a {
	color:#652D00;
	text-decoration: underline;
	}
	
.slide-text a:hover {
	color: #FFF;
	text-decoration: none;
	}
	
.slide-text .view_details{
	padding-top: 11px;
	}

.slide-image {
	float:left;
	position:relative;
	height:300px;
	padding:9px 0 0 0;
	width:400px;
	overflow:hidden;
}

.slide-imag img {
	margin:0 auto;
}

/*
* Optional
*/
ul.pagination {
	list-style:none;
	position: relative;
	/*top:21px;*/
	width:120px;
	margin:0 auto;
	text-align:center;
}
ul.pagination li  {
	float:left;
	margin:0 4px;
}
	
ul.pagination li a {
	background:url(../images/slider_points.png) 0 0 no-repeat;
	display:block;
	height:11px;
	width:11px;
	font-size:10px;
	text-decoration: none;
}
	
ul.pagination li.active a {
	background:url(../images/slider_points.png) 0 -11px no-repeat;}

.slider-arrow {
	width:100%;
	position:relative;
}
	
a.previous, a.next {
	display:block;
	position:absolute;
	/*top:20px;*/
	left:20px;
	width:15px;
	height:15px;
	background:url(../images/slider_arrows.png) 0 0 no-repeat;
	text-decoration: none;
	top: -120px;
}

a.next {
	 left:950px;
	 background:url(../images/slider_arrows.png) 0 -15px no-repeat;
}