/* Horizontal Carousel */

.box1-2 #horizontal_carousel {
  width: 750px;
  height: 100px;
  padding:10px;
}

.box1-2 #horizontal_carousel .container {
  width: 650px;
  height: 165px;
  float:left;
  margin-left:30px;
  position:relative;
overflow: hidden;
}

#horizontal_carousel {
  width: 450px;
  height: 100px;
  padding:10px;
}

#horizontal_carousel .container {
  width: 350px;
  height: 165px;
  float:left;
  margin-left:30px;
  position:relative;
overflow: hidden;
}

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

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

#horizontal_carousel .buttons{
	display:block;
 	clear:both;
}
#horizontal_carousel .previous_button {
  float:left;  
  width: 20px;
  height: 20px;
  background: url(http://g.infor.pl/p/lokalnieglobalnie/img/arrow-left.gif) no-repeat;
  z-index: 100;
  margin-top:50px;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(http://g.infor.pl/p/lokalnieglobalnie/img/arrow-left.gif) no-repeat;}

#horizontal_carousel .previous_button_disabled {
  background: url(http://g.infor.pl/p/lokalnieglobalnie/img/arrow-left.gif) no-repeat;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:right;  
  width: 20px;
  height: 20px;
  background: url(http://g.infor.pl/p/lokalnieglobalnie/img/arrow-right.gif) no-repeat;
  z-index: 100;
  margin-top:50px;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(http://g.infor.pl/p/lokalnieglobalnie/img/arrow-right.gif) no-repeat;
}

#horizontal_carousel .next_button_disabled {
  background: url(http://g.infor.pl/p/lokalnieglobalnie/img/arrow-right.gif) no-repeat;
  cursor: default;
}