.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 90%; /*width of featured content slider*/
height: 1080px;
align : center;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 98%; /*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;
text-align: center;
align : center;
border : 0px solid #000000
}

.pagination{
width: 98%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: white;
padding: 15px 10px;
border: 0px solid navy;
align : center;
}

.pagination a{
padding: 12px 24px 12px 24px;
text-decoration: none; 
color: #FFFFFF;
background: #373C41;

}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-image:url('Images/headerbg.png');
}