/* Horizontal Carousel */
#horizontal_carousel {
width: 612px; height: 140px; _height: 163px; overflow: auto; white-space: nowrap; border: solid 1px black; 
background: black url('../__fotky/film.jpg') repeat-x; padding-top: 22px;
}

#horizontal_carousel .container {
  width: 502px;
  _width: 476px;
  overflow: hidden;
  float: left;
  background: black;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0px;
  height: 120px;
}                      

#horizontal_carousel ul li {
  height: 120px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .buttons {
  float: left;
  width: 40px;
  height: 120px;
}
#horizontal_carousel .previous_button {
  width: 40px;
  height: 120px;
  background: black url('../__fotky/arrleft.gif') no-repeat;
  z-index: 100;
  cursor: pointer;
}
/*
#horizontal_carousel .previous_button_over, #horizontal_carousel .next_button_over {
  background: #333; }
*/
#horizontal_carousel .previous_button_disabled, #horizontal_carousel .next_button_disabled {
  cursor: default; /* background: #ddd; */ 
}

#horizontal_carousel .next_button {
  width: 40px;
  height: 120px;
  background: black url('../__fotky/arrright.gif') no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel li img { border: 0px; margin: 0px; __margin-right: 5px; }

