.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid transparent;
border-bottom-width: 6px;
width: 98%; /*width of featured content slider*/
height: 410px;
}



.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: transparent;
width: 98%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
align: center;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
align: center;
width: 700px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
color:#000000;
background-color: transparent;
padding: 5px 10px;
}

.pagination a, .pagination a:link, .pagination a:visited {
align: center;
padding: 0 5px;
text-decoration: none;
font-weight: bold;
font-style1:oblique;
font-size: 14px;
color: #000000;
background-color: #b5b5b5;
-moz-border-radius-topright:5px;
-moz-border-radius-topleft:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-top-left-radius:5px;
}

.pagination a.selected, .pagination a:hover {
align: center;
text-decoration:none;
color:#000000;
background-color: #eeeeee;
-moz-border-radius-topright:5px;
-moz-border-radius-topleft:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-top-left-radius:5px;
}
