.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
top:150px;
left:0px;
border: 0px solid navy;
border-bottom-width: 0px;
width: 941px; /*width of featured content slider*/
height: 253px;
height:500px;
z-index:2;

}



.sliderwrapper .contentdiv_ON
{
visibility: visible; /*leave as is*/
display:block;
position: absolute; /*leave as is*/
left: 0px;  /*leave as is*/
top: 0px;  /*leave as is*/
padding: 0px;
width: 941px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
z-index:3;
}




.sliderwrapper .contentdiv
{
visibility: visible; /*leave as is*/
display:none;
position: absolute; /*leave as is*/
left: 0px;  /*leave as is*/
top: 0px;  /*leave as is*/
padding: 0px;
width: 941px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
z-index:3;
}


.sliderwrapper .Rotator_InvisibleButtons
{
visibility: visible; /*leave as is*/
display:Block;
background-color:Transparent;
position: absolute; /*leave as is*/
left: 838px;  /*leave as is*/
top: 21px;  /*leave as is*/
padding: 0px;
width: 70px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: auto;
z-index:4;
}


.pagination
{
visibility: visible; 
position: absolute; 
left: 835px; 
top: 170px;  

width: 90px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: Auto;
text-align: center;
background-color: Transparent;
padding: 0px;
line-height:0px;
z-index:9;
}

/*
.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;


}

*/