#slide1 {
	height: 378px;
	width: 716px;
	text-align: center;
	text-decoration: none;
	background-color: #FFFFFF;
}
#slide2 {
	height: 378px;
	width: 716px;
	text-align: center;
	background-color: #FFFFFF;
}
#slide3 {
	height: 378px;
	width: 716px;
	text-align: left;
	background-color: #FFFFFF;
}
#slide4 {
	height: 378px;
	width: 716px;
	text-align: center;
	background-color: #FFFFFF;
}
#slide5 {
	height: 378px;
	width: 716px;
	text-align: left;
	background-color: #FFFFFF;
}


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



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

#paginate-slider1 {
	margin-top: -20px;
	z-index: 1;
}

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

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

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