.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 423px; /*width of featured content slider*/
height: 265px;
z-index:1;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 423px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 265px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
z-index:1;
}

.selectionpage{
	width:20px;
	height:21px;
	border:1px solid #c1bcb6;
	text-align:center;
	font:bold 14px/22px arial;
	color: #4c453f;
	text-decoration: none;
	position:relative;
	left:0;
	background-color:#FFF;
}

.selectionpage a.selected, .selectionpage a:hover{
	padding:3px 6px;
	background-color: #991c22;
	color: #FFF !important;
	text-decoration: none;
}

.pagination{
width: 22px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: middle;
background-color: #FFF;
position:relative;
top:113px;
left:0;
height:0;
z-index:3 !important;
}
