.scroll_left{ float:left; width:80px; text-align:center;}
.scroll_right{ float:right; width:80px; text-align:center; font-size:12px; font-weight:bold; color:#5B2406;}
/* .scroll_right a{font-size:10px; color:#A1A1A1; font-weight:normal; } */
/* .scroll_right a:hover{font-size:10px; color:#EA8D41; font-weight:normal; } */

/* Horizontal Carousel */
#scroll_zestawy{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#5E5E5E;
}

.horizontal_carousel_2 {
  width: 734px;
  height: 150px;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-right: 0px;
  position: relative;
  border-bottom:1px solid #F5F5F5;
}

.horizontal_carousel_2 .container {
  float: left;
  width: 692px;
  height: 150px;
  position: relative;    
  overflow: hidden;
}

.horizontal_carousel_2 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 150px;
}                      

.horizontal_carousel_2 ul li {
  width: 173px;
  margin-right:0px;
  padding:0px 0px 0 0px;
  height: 150px;
  text-align: left; 
  list-style:none;   
  float:left;
}

.horizontal_carousel_2 .previous_button {
  float:left;  
  width: 21px;
  height: 150px;
  background: url(../img/strzalka_l_h.jpg) 0px 60px no-repeat;
  z-index: 100;
  cursor: pointer;
}

.horizontal_carousel_2 .previous_button_over {
  background: url(../img/strzalka_l.jpg) 0px 60px no-repeat;
}

.horizontal_carousel_2 .previous_button_disabled {
  background: url(../img/strzalka_l.jpg) 0px 60px no-repeat;
  cursor: default;
}

.horizontal_carousel_2 .next_button {
  float:left;  
  width: 21px;
  height: 150px;
  background: url(../img/strzalka_r_h.jpg) 0px 60px no-repeat;
  z-index: 100;
  cursor: pointer;
}

.horizontal_carousel_2 .next_button_over {
  background: url(../img/strzalka_r.jpg) 0px 60px no-repeat;
}

.horizontal_carousel_2 .next_button_disabled {
  background: url(../img/strzalka_r.jpg) 0px 60px no-repeat;
  cursor: default;
}