.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; 
width: 450px; /*width of featured content slider*/
height: 201px;
position: relative;
top: 10px;


}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/

left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
color: #808080;
padding: 0px;

width: 450px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;

}

.pagination{

text-align: right;
font-size: 12px;
font-family:  Arial, Helvetica, sans-serif;
font-weight: bold;
 }
 






.pagination a{
padding: 0 9px;
text-decoration: none; 
position: relative; right: 5px; top: 7px;


color: #9C0400;


}

.pagination a:hover, .pagination a.selected{

color: #990000;

}
