.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border:0px solid navy;
border-bottom-width: 0px;
width:469px;
height:200px;
background:url(Bilder/index_20.jpg);
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 469px; /*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;

}

.contentdiv img {
z-index:100;
}

.pagination{
width: 469px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
margin-top:-20px;
z-index:400; 
position:absolute;
-moz-opacity:0.5;
opacity: 0.5;
margin-left:220px;
}

.pagination a{
padding: 5px 10px;
text-decoration: none; 
color: #00007D;
background: white;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
color:black;
font-size:12px;
font-weight:bold;

}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #CCC; 
-moz-opacity:1;
opacity: 1;
}

.toc {
display:none;
}
