.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:auto; /*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:auto; /*IE5 width*/
w\idth:auto; /*IE6 width*/
}

.pagination a{
background-image:url(../6feet_Bilder/features_pic.png);
width:15px;
height:12px;
float:left;
margin:0 2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#00baff;
text-decoration:none;
}

.pagination a:hover, .pagination a.selected {
background-image:url(../6feet_Bilder/features_pichover.png);
width:15px;
height:12px;
float:left;
margin:0 2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#00baff;
text-decoration:none;
}
