.contentslide{
width:472px;
height:auto;
float:left;
}

.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: 350px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: center;
}

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

.pagination a{
background-image:url(../magoo_Bilder/coverage/coverage_number.png);
width:17px;
height:13px;
float:left;
text-decoration: none; 
text-align:center;
color: #00a2ff;
padding:1px 0 0 0;
margin:0 5px 0 0;
}

.pagination a:hover, .pagination a.selected {
background-image:url(../magoo_Bilder/coverage/coverage_number_hover.png);
width:17px;
height:13px;
float:left;
text-decoration: none; 
text-align:center;
color: #000000;
padding:1px 0 0 0;
margin:0 5px 0 0;
}
