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


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 460px; /*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{
	float: right;
	display: inline;
	padding: 0;
	margin: 25px 25px 0 0;
	font: normal 12px/18px Arial, Helvetica, Verdana, "Sans Serif";
	text-transform: uppercase;
}



.pagination a:link {
	text-decoration: underline;	
	color: #333;
	text-transform: uppercase;
}

.pagination a:hover {
	text-decoration: underline;	
	color: #3e6098;
	text-transform: uppercase;
}

.pagination a:active {
	text-decoration: underline;	
	color: #333;
	text-transform: uppercase;
}

.pagination a:visited {
	text-decoration: underline;	
	color: #333;
	text-transform: uppercase;
}

.pagination a:visited:hover {
	text-decoration: underline;	
	color: #3e6098;
	text-transform: uppercase;
}