.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 571px; /*width of featured content slider*/
	height: 240px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;
background: white;
width: 571px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
	text-align: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-decoration: none;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(../graph/round.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #FFFFFF;
	background-image: url(../graph/roundfill.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

a.next{
	background-image: url(../graph/next.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

a.next:hover {
	background-image: url(../graph/next1.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

a.prev{
	background-image: url(../graph/prev.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

a.prev:hover {
	background-image: url(../graph/prev1.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}