.contentslide{
width:auto;
height:auto;
margin:0;
z-index:500;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
z-index:500;
}

.contentslide .contentdiv{
display: none;
z-index:500;
}

.pagination{
width:285px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align:center;
z-index:285px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width:285px; /*IE5 width*/
w\idth:285px; /*IE6 width*/
}

.pagination a{
background-color:#141414;
width:23px;
height:14px;
float:left;
padding:2px 0 0 0;
margin:0 2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#ffffff;
text-decoration:none;
}

.pagination a:hover, .pagination a.selected {
background-image:url(../ir_Bilder/box_links/features_pagi.png);
width:23px;
height:14px;
float:left;
padding:2px 0 0 0;
margin:0 2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#ffffff;
text-decoration:none;
}
