.sliderwrapper
{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/ /*border: 10px solid navy;*/ /*border-bottom-width: 6px;*/
	width: 736px; /*width of featured content slider*/
	height: 299px;
	/*background-color: green;*/
}

.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: 732px; /*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;
	margin: 0 2px;
}

.sliderwrapper .contentdiv .innerText
{
	width: 335px;
	text-align: left;
	float: right;
	padding: 10px 10px 0 0;
	margin: 0;
}

.sliderwrapper .contentdiv .innerText h2
{
	font-size: 1.2em;
}

.sliderwrapper .contentdiv .innerText p
{
}

.sliderwrapper .contentdiv .innerText img
{
	border: none;
}

.pagination
{
	width: 729px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right; /*background-color: navy;*/
	padding: 0;
	position: relative; /*leave as is*/
	top: -24px;
	z-index: 10000;
}

.pagination a
{
	padding: 0 5px;
	text-decoration: none;
	color: #00007D;
	background: #ffffff;
	border: 1px #000000 solid;
}

.pagination a:hover, .pagination a.selected
{
	color: #000;
	background-color: #FEE496;
}
