/*.sliderwrapper{
position: relative; leave as is
overflow: hidden;leave as is
border: 10px solid navy;
border-bottom-width: 6px;
width: 400px; width of featured content slider
height: 300px;
}*/
.sliderwrapper
{
	position: relative;
	height: 421px;
	width: 100%;
}
.sliderwrapper .contentdiv
{
	visibility: hidden;
/*leave as is*/
	position: absolute;
/*leave as is*/
	left: 0;
/*leave as is*/
	top: 0;
/*leave as is
background: white;
width: 390px;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;
	width: 100%;
}
.pagination
{
/*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	position: absolute;
	top: 80%;
	left: 60%;
	z-index: 1000;
}
.pagination #mid
{
	background: url(images/middlerepeat.png) repeat-x;
	height: 39px;
	float: left;
}
.pagination A.toc
{
	padding: 10px 8px 5px;
	text-decoration: none;
	float: left;
	color: #000;
	outline: none;
	font-weight: bold;
}
.pagination A.toc:hover, .pagination A.toc.selected
{
	color: #DC6A00;
	font-weight: bold;
}
.pagination A.prev
{
	background: url(images/leftarrow.png) no-repeat top left;
	width: 44px;
	height: 39px;
	float: left;
	padding: 0 !important;
	outline: none;
}
.pagination A.next
{
	background: url(images/rightarrow.png) no-repeat top right;
	width: 44px;
	height: 39px;
	float: right;
	padding: 0 !important;
	outline: none;
}
