.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/

width: 450px; /*width of featured content slider*/
height: 160px;
}
A {
	color: #766c69;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}	


.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: 450px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 80%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
	width: 480px;
	text-align: right;
	background-color: white;
	
	
}

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

.pagination a:hover, .pagination a.selected{
color: #CCCCCC;

}
