.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 250px; /*width of featured content slider*/
	height: 200px;
	background-color: #CCC;
	background-repeat: repeat-y;
	background-image: url(../images/metalback.jpg);
	background-position: -650px 24px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	width: 240px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	background-color: #CCC;
	background-repeat: repeat-y;
	background-image: url(../images/metalback.jpg);
	background-position: -650px 24px;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
}

.pagination{
	width: 92%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 5px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

.pagination a{
	padding: 0 5px;
	color: #000;
}

.pagination a:hover, .pagination a.selected{
	color: #CCC;
	background-color: #1D4E6E;
		text-decoration: none;

}
.boldfont {
	font-weight: bold;
}
