/* Horizontal Carousel */
.horizontal_carousel_2 {
  width: 990px;
  height: 144px;
  margin-top: 0px;
  margin-right: 0px;
  position: relative;
}

.horizontal_carousel_2 .container {
  float: left;
  width: 940px;
  height: 144px;
  position: relative;    
  overflow: hidden;
}

.horizontal_carousel_2 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 144px;
}                      

.horizontal_carousel_2 ul li {
  width: 235px;
  margin-right:0px;
  padding:0px 0px 0 0px;
  height: 129px;
  text-align: left; 
  list-style:none;   
  float:left;
}

.horizontal_carousel_2 .previous_button {
  float:left;  
  width: 25px;
  height: 144px;
  background: url(../img/nowosci_strzalka_l_h.jpg) 0px 0px no-repeat;
  z-index: 100;
  cursor: pointer;
}

.horizontal_carousel_2 .previous_button_over {
  background: url(../img/nowosci_strzalka_l.jpg) 0px 0px no-repeat;
}

.horizontal_carousel_2 .previous_button_disabled {
  background: url(../img/nowosci_strzalka_l.jpg) 0px 0px no-repeat;
  cursor: default;
}

.horizontal_carousel_2 .next_button {
  float:left;  
  width: 25px;
  height: 144px;
  background: url(../img/nowosci_strzalka_r_h.jpg) 0px 0px no-repeat;
  z-index: 100;
  cursor: pointer;
}

.horizontal_carousel_2 .next_button_over {
  background: url(../img/nowosci_strzalka_r.jpg) 0px 0px no-repeat;
}

.horizontal_carousel_2 .next_button_disabled {
  background: url(../img/nowosci_strzalka_r.jpg) 0px 0px no-repeat;
  cursor: default;
}