.contentsliderbg {
background-image:url(minus_Bilder/specials_bg.png);
width:329px;
height:auto;
float:left;
}

.contentslide{
border:none;
padding: 0;
margin:2px 0 0 2px;
width: 325px;
height: 115px;
}

.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: 274px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color: none;
border: none; /*Left/ right border width of pagination DIV.*/
padding: 2px 0 2px 0;
float:left;
}

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

.pagination a{
padding: 0 2px;
text-decoration: none; 
color: #ffffff;
border: 1px solid #666666;
background-color: #333333;
}

.pagination a:hover, .pagination a.selected{
padding: 0 2px;
text-decoration: none; 
color: #0078ff;
border: 1px solid #333333;
background-color: #000000;
}

#untenslider {
width:325px;
height:auto;
float:left;
}

a#contentsliderreadmore {
background-image:url(minus_Bilder/specials_readmore.png);
width:50px;
height:16px;
float:left;
border:none;
}