.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 525px; /*width of featured content slider*/
	height: 160px;
}



.sliderwrapper .contentdiv{

width: 525px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) 
height: 100%;
*/
}

.pagination{
	color:#333333;
	text-align:left;
	width:105px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height:20px;
}

.pagination a{
text-decoration: none; 
color:#FFFFFF;
}

.pagination a:hover, .pagination a.selected{
/*color: #000;*/
color:#FF0000;
font-weight:bold;
}
