#slide1 {
	height: 340px;
	width: 698px;
}
#slide2 {
	height: 340px;
	width: 698px;
}
#slide3 {
	height: 340px;
	width: 698px;
}


#slide4 {
	height: 340px;
	width: 698px;
}
#slide5 {
	height: 340px;
	width: 698px;
}



.slidetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #653312;
	background-color: #eff6d3;
	padding-top: 15px;
}
.slidetext li {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #653312;
}
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px;
	border-bottom-width: 6px;
	width: 698px; /*width of featured content slider*/
	height: 340px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: #cddd8f;
width: 698px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
-moz-opacity: 1;
opacity: 1;
}

.pagination{
	width: 678px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color: #cddd8f;
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #663413;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #663413;
}