.sliderwrapper{
	position: relative; 				/*leave as is*/
	overflow: hidden; 					/*leave as is*/
	border-top: 1px solid #660000;
	border-left: 1px solid #660000;
	border-right: 1px solid #660000;
	border-bottom-width: 1px;
	width: 775px; 					/*width of featured content slider=500*/
	height: 255px;
	margin-left: 0px;
	}

.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-color: rgba(255,255,255,0.8);
	width: 765px; 						/*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: 0.8;
	opacity: 1;
	}

.pagination{
	width: 775px; 						/*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	background-color: rgba(255,255,255,1.0);			/* #660000 */
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #ffffcc;
	border-bottom: 1px solid #660000;
	border-left: 1px solid #660000;
	border-right: 1px solid #660000;
	}

.pagination a{
	padding: 0 5px;
	text-decoration: none; 
	background-color: rgba(255,255,255,1.0);					/* was white; #660000*/
	}

.pagination a:hover, .pagination a.selected{
	background-color: #fee496;

	}

