.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #FDFCFC; /*FDFCFC navy 10px Ramme-tykkelse*/
border-bottom-width: 6px;
width: 240px; /*400 width of featured content slider*/
height: 250px; /* 250 */
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 3px;
background: #FDFCFC;
width: 240px; /*390width 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;
}

.pagination{
width: 240px; /*400 Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
/* background-color: #FFFFFF; /x navy x/ */
padding: 5px 5px;
}

.pagination a{
padding: 3px 4px 3px 4px; /*5 Padding rundt sidetall */
text-decoration: none; 
color: #000000; /*#00007D Farge på sidetall - ikke aktiv*/
/* background: white; */
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #93CEF6; /*#FEE496 - farge ramme*/
}
