.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid white;
width: 641px; /*width of featured content slider*/
height: 254px;
xbackground: url(bgAngebote.jpg) 10px 10px no-repeat;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 10px;
width: 100%; /*width 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;

}

.Preis		   { display: block; position: relative; top: 154px; left: 0px; width: 270px; height: 72px; margin-bottom: -80px; padding: 6px 0px 0px 0px; background: url(../d2/bgPreis.gif) no-repeat; color: #d40605; font-weight: bold; font-size: 22px; text-align: center; text-decoration: none; line-height: 34px; border: 1px solid #ccc; overflow: hidden; }

.pagination{
width: 621px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 10px;
top: -35px;
position: relative;
}

.pagination a{
padding: 3px 10px;
text-decoration: none; 
color: #d40605;
background: white;
border: 1px solid #ccc;
position: relative;
z-index: 100;
font-weight: bold;
}

.pagination a:hover, .pagination a.selected{
color: white;
background-color: #d40605;
}