.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0;
width: 1024px; /*width of featured content slider*/
height: 768px;
}



.sliderwrapper2{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
width: 1024px; /*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;
}



.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
overflow:auto; border: 0;
width: 450px; /*width of featured content slider*/
height: 430px;
}


.contentdiv {overflow: auto;}
.contentdiv p {padding-right: 8px;}
.contentdiv img {margin-right: -8px;}


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

.pagination{position:absolute;
z-index:10;
bottom: 0; 
right: 0;
padding: 0;
}

.pagination img{
border: 0;
}

.pagination a{
padding: 0;
text-decoration: none; 
background:#ffffff url(objekts.gif) 0 -2px no-repeat;
}

.pagination a:hover, .pagination a.selected{
background:#ffffff url(objekts-aktivs.gif) 0 -2px no-repeat;
}

* html .pagination a{
background:#ffffff url(objekts.gif) 0 2px no-repeat;
}

* html .pagination a:hover, * html .pagination a.selected{
background:#ffffff url(objekts-aktivs.gif) 0 2px no-repeat;
}

