.sliderwrapper{
font-family: Tahoma;  font-size: 9px; text-decoration:none; color:#333;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
width: 256px; /*width of featured content slider*/
height: 70px;
}



.sliderwrapper .contentdiv{
font-family: Tahoma;  font-size: 9px; text-decoration:none; color:#333;

text-align:left;
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: #EBEBEB;
width: 246px; /*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: 256px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #EBEBEB;
padding: 5px 0px;
}

.pagination a{
font-family:arial,verdana;
font-size:11px;
font-weight:bold;
padding: 0 5px;
text-decoration: none; 
color: #333;
background: #CACACA;
}

.pagination a:hover, .pagination a.selected{
font-family:arial,verdana;
font-size:11px;
font-weight:bold;
color: #fff;
background-color: #00407E;
}

#slider1 p {font-family: Tahoma;  font-size: 9px; text-decoration:none; color:#333;padding-top:2px;}

