
.sliderwrapper{
  position: relative; /*leave as is*/
  overflow: hidden; /*leave as is*/
  width: 822px; /*width of featured content slider*/
  height: 275px;
  }
  
  
  
  .sliderwrapper .contentdiv{
  visibility: hidden; /*leave as is*/
  position: absolute; /*leave as is*/
  left: 0;  /*leave as is*/
  top: 0;  /*leave as is*/
  background: #000;
  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;
  }
  
  .contentdiv{
  position:relative;
  }
  .contentalt{
  position:absolute;
  bottom:0;
  left:0;
  width:782px;
  background:transparent url(../img/pasek.png) repeat-x;
  height:13px;
  padding:11px 20px;
  font-size:12px;
  color:#ffffff
  }
  
  .pagination{
  width: 772px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
  text-align: right;
  background-color: #000;
  padding: 5px 40px 5px 10px;
  
  }
  
  .pagination a{
  display:inline-block;
  padding:2px 5px;
  text-decoration: none; 
  color: #333;
  background: #b8b8b8;
  font-weight:bold;
  }
  
  .pagination a:hover, .pagination a.selected{
  color: #fff;
  background-color: #fe9e14;
  }