/* Horizontal Carousel */

#horizontal_carousel {
  float: left;
  width: 511px;
  height: 109px;
  position: relative;
/*  background: url(http://208.69.127.235/hptemplates/images/carousel/gui/bg2_bottom.jpg);
  background-repeat:no-repeat; */
}

#horizontal_carousel .container {
  float: left;
  width: 396px;
  left: 6px;
  margin-top:28px;
  height: 70px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 70px;
}                      

#horizontal_carousel ul li {
  width: 66px;
  height:66px;
  height: 70px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 37px;
  top: 13px;
  position: relative;
  height: 38px;
  background: url(http://www.thefirestore.com/images/msa_v-gard_helmets/images/left_arrow_active.jpg);
  z-index: 100;
  cursor: pointer;
  margin-left:15px;
  margin-top:28px;
}

#horizontal_carousel .previous_button_over {
  background: url(http://www.thefirestore.com/images/msa_v-gard_helmets/images/left_arrow_active.jpg);
}

#horizontal_carousel .previous_button_disabled {
  background: url(http://www.thefirestore.com/images/msa_v-gard_helmets/images/left_arrow_inactive.jpg);
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;
  position: relative;
  top: 13px;
  left: 11px;
  width: 37px;
  height: 38px;
  background: url(http://www.thefirestore.com/images/msa_v-gard_helmets/images/right_arrow_active.jpg);
  z-index: 100;
  cursor: pointer;
  margin-top:28px;
}

#horizontal_carousel .next_button_over {
  background: url(http://www.thefirestore.com/images/msa_v-gard_helmets/images/right_arrow_active.jpg);
}

#horizontal_carousel .next_button_disabled {
  background: url(http://www.thefirestore.com/images/msa_v-gard_helmets/images/right_arrow_inactive.jpg);
  cursor: default;
}
