.infiniteCarousel {
  width: 840px;
  position: relative;
  margin: 0 0 0 -54px;
}
 
.infiniteCarousel .wrapperCarousel {
  width: 800px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 263px;
  margin: 0 23px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
  width: 840px; /* single item * n */
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 0 25px;
  height: 263px;
  width: 150px;
}

.infiniteCarousel ul li img {
    border: 4px solid white !important;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 20px;
  width: 21px;
  background: url(/skin/frontend/oznoz/oznoztv/images/arrow_slide.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 74px;
  cursor: pointer;
  outline: 0;  
}

.infiniteCarousel .forward {
  background-position: 0 -21px;
  right: -9px;  
}

.infiniteCarousel .back {
  background-position: 0 0;
  left: 0;
}