.sliderwrapper{
position: relative; /*leave as is*/
overflow: none; /*leave as is*/
border: 5px solid #CEE7FF;
border-bottom-width: 6px;
width: 1000px; /*width of featured content slider*/
height: 900px;
}

.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: white;
width: 100%; /*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: 1000px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height : 10px;
text-align: left;
background-color: #CEE7FF;
padding: 9px 5px;
font-family: "Verdana";
font-size: 11px;
font-color:white;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: black;
border : solid 1px lightgrey;
background : #EFFBFB;
}

.pagination a:hover{
font-size: 11px;
color: black;
background-color: #0080FF;
}

.pagination a.selected{
font-size: 11px;
font-weight:bold;
text-decoration: underline; 
color: black;
background-color: lightblue;
}

.paginations{
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height : 10px;
text-align: left;
background-color: lightyellow;
padding: 9px 5px;
font-family: "Verdana";
font-size: 11px;
font-color: white;
padding : 7px;
}

.paginations a{
padding: 0 5px;
text-decoration: none; 
color: black;
}

.paginations a:hover{
font-size: 11px;
color: black;
background-color: #FFFFFF;
}

.paginations a.selected{
font-size: 11px;
font-weight:bold;
text-decoration: underline; 
color: black;
background-color: #CEE7FF;
}


