.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 597px; /*width of featured content slider*/
height: 223px;

}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 597px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 223px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
display:none;
}

.pagination a{
font-family:verdana; font-size:12px; font-weight:bold;
text-decoration: none; 
color: #00007D;

}

.pagination a:hover, .pagination a.selected{
font-family:verdana; font-size:12px; font-weight:bold;
}

.paginare { width:23px; height:23px; background-image:url(../images/paginare.gif); line-height:23px; text-align:center; float:right; margin-right:5px; font-family:Segoe UI; font-size:14px; color:#c92509; font-weight:bold; cursor:pointer; }


a.MenuLink { font-family:Segoe UI; font-size:14px; color:#3e3e3e; font-weight:bold; text-transform:uppercase; text-decoration:none; }
a.MenuLink:visited { font-family:Segoe UI; font-size:14px; color:#3e3e3e; font-weight:bold; text-transform:uppercase; text-decoration:none; }
a.MenuLink:hover { font-family:Segoe UI; font-size:14px; color:#c92509; font-weight:bold; text-transform:uppercase; text-decoration:none; }

