td,th {
	font-family: Arial,  sans-serif;
	font-size: 11px;
	color: #000000;
}
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px solid #FFFFFF;
	border-bottom-width: 2px;
	width: 696px; /*width of featured content slider*/
	height: 180px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 1px;
	padding-top: 5px;
	width: 696px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;





filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	height:20px;
	background-color: #FFFFFF;
}

.pagination{
	width: 696px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 2px 2px;
	background-color:#FFFFFF;
	line-height:20px;
}

.pagination a{
	text-decoration: none;
	color: #00007D;
	background-image: url(numbers2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: white;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
font-weight:bold;

}
