.slider{
position: absolute;
top: 169px;
z-index: 2;
left: 50%;
width: 950px;
margin-left: -380px;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 950px; /*width of featured content slider*/
height: 433px;
margin: auto auto;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 948px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 423px;
background-color: #ffffff;
border: 1px solid #c4c4c4;
}

.pagination{
position: absolute;
top: 90px;
left: 50%;
width: 950px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
z-index: 103;
text-align:center;
margin-left: -475px;
}

.pagination a{
font-size: 120%;
text-decoration: none; 
color: #fff;
filter:alpha(opacity=50); 
-moz-opacity: 0.50; 
opacity: 0.50;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
filter:alpha(opacity=90); 
-moz-opacity: 0.90; 
opacity: 0.90;
}

.contentdiv{
line-height: 160%;
text-align:center;
}