.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 300px; /*width of featured content slider*/
	height: auto;
	border: thin solid #06F;
	border-radius: 5px;
	text-align: center;
	clear: both;
	margin-top: 20px;
}

.pagination{
	width: 300px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color: #FFF;
	text-align: center;
	height: 100px;
	border: thin solid #06F;
	border-radius: 5px;
	padding-top: 10px;
}

.pagination a{
	text-decoration: none;
	color: #00007D;
	background-color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
	height: 40px;
	width: 40px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding: 0;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #FFF;
}
