.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 1030px; /*width of featured content slider*/
height: 332px;
}

.sliderwrapper3{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 1030px; /*width of featured content slider*/
height: 360px;
}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
background: white;
width: 1021px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 332px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.sliderwrapper2{
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 1020px; /*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: 1030px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 100%;
padding-top:0px;
}

.pagination a{
padding: 0 0px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #000000;
}

.navileiste{
width: 1030px;
padding-top:0px;
font-size:12px;
color:#FFFFFF;
background-color:#990000;
}
