.sliderwrapper{
	overflow: hidden; /*width of featured content slider*/
	height: 210px;
	color: #DFDFDF;
	margin-left: 5px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 200px;
}
.title {
	font-size: larger;
	width: 200px;
	color: #333333;
}

.content {
	margin-right: 20px;
	background-color: #565656;
	font-size: 12pt;
	font-weight: bold;
}




.sliderwrapper .contentdiv{
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 10px;











filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-color: #565656;
	visibility: hidden;
	text-align: left;
	width: 196px;
}
body {
	background-color: #565656;
}


.pagination{
	width: 176px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color: navy;
	padding: 5px 10px;
	display: inline;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
