.sliderwrapper{  /* Teaser Box */
position: relative; /* nicht verändern */
overflow: hidden; /* nicht verändern */
width: 308px; /* Gesamtbreite der Box */
height: 225px; /* Gesamthöhe der Box */
}

.sliderwrapper .contentdiv{ /* Teaser Box Inhalt */
visibility: hidden; /* nicht verändern */
position: absolute; /* nicht verändern */
left: 0;  /* nicht verändern */
top: 0;  /* nicht verändern */
padding: 0px;
background: white;
width: 308px;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination a { /* Navigation in der Teaser Box --> Links */
text-decoration: none !important; 
color: #ffffff !important;
font-weight: bold;
font-family: Arial;
font-size: 11px;
background-image:url(http://www.charivari.fm/typo3conf/ext/gfm_topthemen490/pi1/topteaser-inactive150x75.png);
background-repeat:no-repeat;
display:block;
height:75px;
overflow:hidden;
text-align:left !important;
width:150px;
}


.pagination a:hover, .pagination a.selected{
color: #000000 !important;
background-image:url(http://www.charivari.fm/typo3conf/ext/gfm_topthemen490/pi1/topteaser-active150x75.png);
background-repeat:no-repeat;
text-decoration: none;
font-weight: bold;
display:block;
height:75px;
overflow:hidden;
text-align:left;
}
