.sliderwrapper {
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: none;
width: 555px; /*width of featured content slider*/
height: 266px;
}

.sliderwrapper .contentdiv {
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 555px; /*width of content DIVs within slider.*/
/* filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity:1; nicht W3C konform */
}

.pagination { text-align:right; padding-left:15px; }

.pagination a { background:url(http://www.senselan.ch/images/slidericogrey.gif) no-repeat; padding-left:10px; }

.pagination a:hover, .pagination a.selected { background:url(http://www.senselan.ch/images/slidericoblue.gif) no-repeat; padding-left:10px; }