.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 700px; /*width of featured content slider*/
	height: 75%;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 30px;
background: white;
width: 100%; /*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: 700px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: black;
padding: 30px 35px;
}

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

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: white;
}

.thumbs {
	width: auto;
	padding:3px;
}


#slider4{
	border-color: white;
	margin-left: 20px;
	background-position: top;
}

#paginate-slider4{
	background-color: white;
	border-color: white;
	margin-left: 5px;
}

#paginate-slider4 a img{
	width: 50px;
	height: 38px;
	border: 2px solid gray;
	margin-top: 5px;
}
.thumbs-slider {
	background-position: bottom;
	width:700px
}

#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
	border: 2px solid red;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-position: center;
	text-align: center;
	line-height: 12px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	float: left;
	width: 700px;
	background-position: bottom;
	text-align: left;
}
