.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid #333333;
width: 560px; /*width of featured content slider*/

}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
/* padding: 5px; */
border: 5px solid black;
background: white;
width: 550px; /*width of content DIVs within slider. Total width should equal slider's inner width (550+5+5=560) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 570px; /*Width of pagination DIV. Total width should equal slider's outer width (550+10+10=570)*/
text-align: center;
padding: 5px 10px;
background: #333333; /* url(images/parchment.jpg); */
font-size:18px;
font-family: Palatino, “Palatino Linotype”, Georgia, Times, “Times New Roman”, serif;
background: #000000; /* url(images/redleather.jpg) repeat; */

}

.pagination a{
padding: 0 5px 2px;
text-decoration: none; 
/* color: #333333; */
background: #000000;
font-size:18px;
font-family: Palatino, “Palatino Linotype”, Georgia, Times, “Times New Roman”, serif;
font-style: italic;
border: 1px solid black;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #000000;
}
