.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 978px; /*width of featured content slider*/
height: 400px;
z-index:1;
}

.hp_contentpane .sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 978px; /*width of featured content slider*/
height: 645px;
}



.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: 978px; /*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{
position:absolute;
width: 244px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
background-color: none;
left:732px;
top:330px;
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/Centerstage-Skin/images/dot_lgtgrey.png) no-repeat scroll 0 0;
outline:0;
}

.pagination a:hover {
color: #000;
background:url(/Portals/_default/Skins/Centerstage-Skin/images/dot_drkgrey.png) no-repeat scroll 0 0;
}

.pagination a.selected {
color: #000;
background:url(/Portals/_default/Skins/Centerstage-Skin/images/dot_red.png) 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;*/
}
