hp_feature{
position: relative;
width: 751px;
height: 265px;
}


.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 751px; /*width of featured content slider*/
height: 265px;
margin-left: 25px;
margin-bottom: 30px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 751px; /*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 {
visibility: hidden;
}

/*
.pagination{
background-color: #d6d6d6;
border-left-color: #c0c0c0;
border-bottom-color: #c0c0c0;
border-left-style: solid;
border-bottom-style: solid;
border-left-width: 1px;
border-bottom-width: 1px;
text-align: right;
position: absolute;
top: 0px;
right: 0px;
z-index: 100;
}
*/

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #585858;
}

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

.contentdivbutton {
	position: absolute;
	right: 25px;
	bottom: 25px;
	z-index: 400;
}

.contentdivbutton a {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.contentdivbutton a:hover {
	text-decoration:underline;
	}


.bodycopy {
	background-color: white;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	padding-bottom: 30px;
	padding-right: 40px;
	padding-top: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #555555;
	position: relative;
}