.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 10px solid gray;
	border-bottom-width: 5px;
	width: 720px; /*width of featured content slider*/
	height: 520px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	background: white;
	width: 700px; /*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;
}

.pagination{
	width: 720px; /*Width of pagination DIV. Total width should equal slider's outer width (700+10+10=420)*/
	text-align: right;
	text-style: verdana;
	background-color: gray;
	padding: 12px 10px;
}

.pagination a{
	text-decoration: none;
	color: #ffffff;
	height: 0px;
	background-color: #990000;
	padding-top: 5;
	padding-right: 10px;
	padding-bottom: 5;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: medium solid #990000;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
height:60px;
}
a .toc{
	height:60px;
}
