.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/

/*border: 10px solid navy;
border: 1px solid #e6d2bd;
border-bottom-width: 0px;
background-color: #FCE9D8;*/
/*width: 232px; /*width of featured content slider*/
width: 262px; /*width of featured content slider*/
height: 250px;
padding:0px;
}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is 2*/
top: 0;  /*leave as is 2 og her nedenfor 5*/
padding: 0px;
background: white;

/*width: 222px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
/*height: 100%;*/
width: 252px;
height:222px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}


.pagination{
/*width: 220px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
width: 228px; 
text-align: right;
background-color: #FCE9D8;
padding: 5px 10px;
border: 1px solid #e6d2bd;
/*border-top-width: 0px;*/
}

/*nummermenu*/
.pagination a{
padding: 0 4px;
/*padding: 0 0px;*/
text-decoration: none; 
/*color: #00007D;*/
/*background: white;*/
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #fff;
}