.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: visible;
	width: 971px; /*width of featured content slider*/
	height: 493px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute;  /*leave as is*/
	top: 0;
	background: white;
	width: 971px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 493px;
    filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	overflow:visible;
}

.sliderwrapper .contentdiv div{
	display:block;
	width:350px;
	overflow:visible;
	float:right;
}

.pagination{
	width: 554px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	padding-left: 15px;
	height: 25px;
	line-height: 25px;
	background-repeat: repeat-x;
	float: left;
}

.pagination a{
	text-decoration: none;
	color: #707070;
	background-image: url(../images/site/slider_button_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pagination a:hover, .pagination a.selected{
	color: #FF0000;
	background-image: url(../images/site/slider_button_bg_hover.gif);
	background-repeat: no-repeat;
}
