.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
height: 127px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding:0px;
background-image: url('/obrazki/fade_it.png');
width:100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 127px;
width:500px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-image: url('/images/fade_it.png');
padding: 5px 10px;
font-size:10px;
height:1px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #fff;
background: black;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #200000;
  font-weight: normal;
}

.belka_tytulowa_polecane {
  width:100%;
  background-image: url('/images/fade_it.png');
  height:15px;
  text-align:center;
  margin-top:112px;
  color: #fff;
  font-size:12px;
}

.belka_tytulowa_polecane a {
  color:#fff;
  }

.belka_tytulowa_polecane a:hover {
  color:#fff;
  font-weight: bold;
  }
#polecacz {
  width:500px;
   margin-left: auto;
   margin-right: auto;
}

