#slide1 {
	height: 402px;
	width: 605px;
}
#slide2 {
	height: 402px;
	width: 605px;
}
#slide3 {
	height: 402px;
	width: 605px;
}
#slide4 {
	height: 402px;
	width: 605px;
}
#slide5 {
	height: 402px;
	width: 605px;
}
#slide6 {
	height: 402px;
	width: 605px;
}
#slide7 {
	height: 402px;
	width: 605px;
}
#slide8 {
	height: 402px;
	width: 605px;
}
.slidetitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #187EBC;
	line-height: 30px;
	font-variant: small-caps;
	text-decoration: none;
}
.slidetitle a {
	text-decoration: none;
	color: #187EBC;
}
.slidetitle a:hover {
	text-decoration: none;
	color: #000000;
}
.slideh2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #187EBC;
	font-variant: small-caps;
}
.slideh2 a {
	text-decoration: none;
	color: #187EBC;
}
.slideh2 a:hover {
	text-decoration: none;
	color: #000000;
}
.slidetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-top: 15px;
}

.slidetxt2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	padding-top: 5px;
}


.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
border-bottom-width: 6px;
width: 605px; /*width of featured content slider*/
height: 402px;
}



.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: #ffffff;
width: 605px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
align: center;
}

.pagination{
	width: 585px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color: #d1df98;
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #583e25;
	background: white;
	font-weight: bold;
}

.pagination a:hover, .pagination a.selected{
	color: #FFFFFF;
	background-color: #583e25;
	font-weight: bold;
}
