.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 515px; /*width of featured content slider*/
	height: 185px;
	border-bottom: 1px solid #333333;
	background-color: #E8E0C4;
}



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

.pagination{
	width: 495px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color: #336666;
	padding: 5px 10px;
	background-image: url(newimages/rotate_bkg.jpg);
	color: #FFFFFF;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #CCCCCC;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #E8E0C4;
}
.thrColFixHdr #container power {
	color: #F00;
}
