.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #edf1f4;
border-bottom-width: 1px;
width: 400px; /*width of featured content slider*/
height: 135px;
}

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

.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #edf1f4;
border-bottom-width: 0px;
width: 190px; /*width of featured content slider*/
height: 172px;
}

.sliderwrapper2.contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding-bottom : 5px;
padding-top : 0px;
padding-left : 0px;
padding-right : 0px;
background: #666666;
width: 100%, /*width of content DIVs within slider. Total width should equal slider's inner width (385+5+5=395) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 390px; /*Width of pagination DIV. Total width should equal slider's outer width (395+0+0=395)*/
font-family : tahoma;
text-align: right;
background-color: #edf1f4;
padding: 8px 8px;
background-image : url("http://www.gertjanfm.nl/_afbeeldings/0_titel_homepage.jpg");
background-position: top left;
background-repeat : no-repeat;
}

.pagination2{
width: 150px; /*Width of pagination DIV. Total width should equal slider's outer width (395+0+0=395)*/
height: 17px;
font-family : tahoma;
text-align: right;
background-color: #edf1f4;
padding: 6px 6px;
background-image : url("http://www.gertjanfm.nl/_afbeeldings/0_titel_snapshots.jpg");
background-position: top left;
background-repeat : no-repeat;
}
.pagination a{
font-family : tahoma;
padding: 0 5px;
text-decoration: none; 
color: #666666;
background: white;
}

.pagination a:hover{
font-family : tahoma;
color: #ffffff;
background-color: #d67651;
}

.pagination a.selected{
font-family : tahoma;
color: #ffffff;
background-color: #d67651;
}