.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px solid #425573;
	border-bottom-width: 0px;
	width: 814px; /*width of featured content slider*/
	height: 275px;
	
}

.pagination{
width: 814px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: ;
padding: 1px 1px;

}

.pagination a{
padding: 5px 8px;
text-decoration: none; 
color: #ffffff;
background: #232323;

}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #CCCCCC;
padding: 5px 8px;

}
