.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
width: 248px; /*width of featured content slider*/
height:112px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 248px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.specialbutton01 {
	background-image:url(bilder/specialbutton.jpg);
	background-repeat:no-repeat;
	width:10px;
	height:13px;
	padding-top:2px;
	padding-right:1px;
	}
.specialbutton02 {
	float:left;
	padding-top:10px;
	padding-left:6px;
	}

.pagination{
float:left;
width: 302px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding:0;
}

.pagination a{
padding: 0;
text-decoration: none; 
color:#5B5B5B;
font-weight:bold;
font-size:9px;
}

.pagination a:hover, .pagination a.selected{
color: #D74419;
font-weight:bold;
text-decoration: none; 
}
