.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	border-bottom-width: 0px;
	width: 745px; /*width of featured content slider*/
	height: 213px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: 0px;
	border-right-style: 0px;
	border-bottom-style: 0px;
	border-left-style: 0px;
	border-top-color: #;
	border-right-color: #;
	border-bottom-color: #;
	border-left-color: #;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	width: 745px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 213px;

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
	opacity: 1;
	background-color: #333333;
}

.pagination{
	width: 745px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.pagination a{
	padding: 0px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #333333;
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
background-color: #666666;
}

