#slide1 {

	height: 350px;
	width: 725px;
}
#slide1b {

	height: 350px;
	width: 725px;
}
#slide2 {

	height: 350px;
	width: 725px;
}
#slide3 {

	height: 350px;
	width: 725px;
}

.slidehl {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #187EBC;
	line-height: 30px;
	font-variant: small-caps;
}
.slidehl a {
	text-decoration: none;
	color: #187EBC;
}
.slidetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-top: 15px;
}

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



.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: 637px; /*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;
}

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

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #452f1e;
	background: white;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #452f1e;
}
