#mainGraphic {
	float: left;	
	margin-left: 1px;
	padding: 50px 0 0 0;
	width: 665px;
	clear:both;
	width:100%;
	text-align:center;
}
#mainGraphic img {
	border:0 none;
}


.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 699px; /*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: 0px;
	/*background: white;*/
	width: 699px; /*width of content DIVs within slider. Total width should equal slider's inner width (689+5+5=699) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	/*ORIGINAL styles below*/
	width: 679px; /*Width of pagination DIV. Total width should equal slider's outer width (689+10+10=709)*/
	text-align: right; 
	padding: 5px 5px;
	
	/*REVISED styles to accommodate a small pagination menu on right side of graphic*/
	/*width: 70px;
	padding: 0;
	left: 644px;*/
	/*END REVISED*/
	
	margin-top: -28px;
	z-index: 10000;
	position:absolute;
	font-size: 0.74em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.pagination a{
	padding: 2px 5px;
	text-decoration: none; 
	color: #b9b9b9;
	/*REVISED - Show solid circle for a:hover, a:selected*/
	/*background-image: url(../images/toc.gif);
	background-repeat: no-repeat;
	background-position: 1px 2px;*/
	/*END REVISED*/
}

.pagination a:hover, .pagination a.selected{
	color: #6d6e71;
	/*REVISED - Do not underline, show solid circle for a:hover, a:selected*/
	text-decoration: underline;
	/*text-decoration: none;
	background-image: url(../images/toc_selected.gif);
	background-repeat: no-repeat;
	background-position: 1px 2px;*/
	/*END REVISED*/
}
