/* Horizontal Carousel */
#horizontal_carousel {
  width: 558px;
  height: 118px;
  margin-top: 450px;
  background: url(../images/bgNewProducts.gif) repeat-x bottom left;
}

#horizontal_carousel .container {
  width: 484px;
  overflow: hidden;
  float: left;
  position:relative;
}

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

#horizontal_carousel ul li {
  width: 100px;
  height: 100px;
  text-align: center; 
  list-style:none;   
  float:left;
  margin: 9px 5px;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 25px;
  height: 118px;
  background: url(../images/backBtn.gif) no-repeat center left;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(../images/backBtnHover.gif) no-repeat center left;}

#horizontal_carousel .previous_button_disabled {
  background: url(../images/backBtnDisabled.gif) no-repeat center left;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 25px;
  height: 118px;
  background: url(../images/nextBtn.gif) no-repeat center right;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(../images/nextBtnHover.gif) no-repeat center right;
}

#horizontal_carousel .next_button_disabled {
  background: url(../images/nextBtnDisabled.gif) no-repeat center right;
  cursor: default;
}

#horizontal_carousel .leftNewProducts {
	background: url(../images/leftNewProducts.gif) no-repeat bottom left;
	width: 11px;
	height: 118px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}

#horizontal_carousel .rightNewProducts {
	background: url(../images/rightNewProducts.gif) no-repeat bottom left;
	width: 13px;
	height: 118px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}
