.contentslide{
width: 446px;
height: 139px;
margin:4px 0 0 0;
}

.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;

}

.contentslide .contentdiv{
display: none;
}

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

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

.pagination a{
background-image:url(../noxek_Bilder/coverage_bg.png);
width:33px;
height:20px;
float:left;
text-decoration: none; 
color: #ffffff;
padding:2px 0 0 0;
}

.pagination a:hover, .pagination a.selected {
background-image:url(../noxek_Bilder/coverage_bg.png);
width:33px;
height:20px;
float:left;
text-decoration: none; 
color: #0094fc;
padding:2px 0 0 0;
}

