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



.sliderwrapper .contentdiv{

width: 605px; /*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:405px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.pagination a{
text-decoration: none; 
}

.pagination a:hover, .pagination a.selected{
color: #000;
}

