.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 790px; /*width of featured content slider*/
height: 381px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: none;
width: 790px; /*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;
}

.pagination{
width: 244px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
background-color: none;
position:relative;
left:682px;
top:0px;
z-index:999;
}

.pagination a:link, .pagination a:visited, .pagination a:active{
padding:0;
display:block;
width:19px;
height:19px;
float:left;
text-indent:-999999px;
text-decoration: none; 
color: #00007D;
background:url(/Portals/_default/Skins/opowerskin/_i/off-button.gif) no-repeat scroll 0 0;
outline:0;
}

.pagination a:hover {
color: #000;
background:url(/Portals/_default/Skins/opowerskin/_i/on-button.gif) no-repeat scroll 0 0;
}

.pagination a.selected {
color: #000;
background:url(/Portals/_default/Skins/opowerskin/_i/on-button.gif) no-repeat scroll 0 0;
}

#content_wrap_green .pagination a.selected {
color: #000;
background:url(/Portals/_default/Skins/Centerstage-Skin/images/dot_green.png) no-repeat scroll 0 0;
}