/* Horizontal Carousel */
#plenka_carousel {
  float1: left;
  width: 900px;
  height: 160px;
  margin-bottom: 10px;
  position: relative;
}

#plenka_carousel .container {
  float: left;
  width: 836px;
  height: 160px;
  position: relative;    
  overflow: hidden;
}

#plenka_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 160px;
}                      

#plenka_carousel ul li {
  /*width: 250px;*/
  width: auto;
  height: 140px;
  text-align: center; 
  list-style:none;   
  float:left;
  padding:20px 0 0 0;
  margin:0 10px;
}

#plenka_carousel ul li img {
	border:1px solid #454444;
}

#plenka_carousel .previous_button {
  float:left;  
  width: 32px;
  height: 160px;
  background: url(/img/carousel_left_on.png) left no-repeat;
  z-index: 100;
  cursor: pointer;
}

#plenka_carousel .previous_button_over {
  background: url(/img/carousel_left_on.png) left no-repeat;
}

#plenka_carousel .previous_button_disabled {
  background: url(/img/carousel_left_off.png) left no-repeat;
  cursor: default;
}

#plenka_carousel .next_button {
  float:left;  
  width: 32px;
  height: 160px;
  background: url(/img/carousel_right_on.png) left no-repeat;
  z-index: 100;
  cursor: pointer;
}

#plenka_carousel .next_button_over {
  background: url(/img/carousel_right_on.png) left no-repeat;
}

#plenka_carousel .next_button_disabled {
  background: url(/img/carousel_right_off.png) left no-repeat;
  cursor: default;
}
