.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid  #af0100;
width: 338px; /*width of featured content slider*/
height: 375px;
border-bottom-width: 5px;

}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 10px;
background: white;
width: 330px; /*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:left;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

.pagination{
width: 330px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:20px;
text-align: center;
vertical-align:middle;
background-image: url(../images/home/barrafondom.jpg);

}

.pagination a{
padding: 0 8px;
text-decoration: none; 
color: #333333;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color: #FFFFFF;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #ffd3a0;
}