.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #dddddd;
width: 625px; /*width of featured content slider*/
height: 190px;
background: #f2f2f2;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: #f2f2f2;
width: 615px; /*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{
width: 600px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
padding: 0px 0px;
}

.pagination a{
padding: 0 10px;
font-weight: bold;
font-size: 14px;
text-decoration: none; 
color: #000000;

border-bottom: 1px solid #dddddd;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
background: #f2f2f2;

}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background: #ffffff url(http://www.novinar.de/wp-content/themes/novinarV1/slike/2221.png) repeat-x;

}

.opacity {
width: 625px;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;

   top: 140px;
   left: 0;
background: #000000;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
  }
  
  .opacity a {
color: #ffffff;
font-size: 14px;
font-weight: bold;
}