/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 610px;
  position: relative;
  margin-top:0px;
}

#horizontal_carousel .container {
  float: left;
  width: 585px;
  position: relative;    
  overflow: hidden;
  margin-left:0px;
  margin-right:0px;
  margin-top:5px;
}

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

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

#horizontal_carousel .previous_button {
  float:left;  
  width: 10px;
  height: 30px;
  background: url(../images/carousel/left.jpg) no-repeat;
  z-index: 100;
  cursor: pointer;
	margin-top:40px;
}

#horizontal_carousel .previous_button_over {
  background: url(../images/carousel/left.jpg) no-repeat;
}

#horizontal_carousel .previous_button_disabled {
  background: url(../images/carousel/leftssss.jpg) no-repeat;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 10px;
  height: 30px;
  background: url(../images/carousel/right.jpg) no-repeat;
  z-index: 100;
  cursor: pointer;
	margin-top:40px;
}

#horizontal_carousel .next_button_over {
  background: url(../images/carousel/right.jpg) no-repeat;
}

#horizontal_carousel .next_button_disabled {
  background: url(../images/carousel/rightssss.jpg) no-repeat;
  cursor: default;
}
/* Horizontal Carousel */






#horizontal_carousel2 {
  float: left;
  width: 620px;
  position: relative;
  margin-top:0px;
}

#horizontal_carousel2 .container {
  float: left;
  width: 585px;
  position: relative;    
  overflow: hidden;
  margin-left:0px;
  margin-right:0px;
  margin-top:5px;
}

#horizontal_carousel2 ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
}                      

#horizontal_carousel2 ul li {
  width: 165px;
  text-align: center; 
  list-style:none;   
  float:left;
	height:110px;
}
#horizontal_carousel2 .previous_button {
  float:left;  
  width: 10px;
  height: 30px;
  background: url(../images/carousel/left.jpg) no-repeat;
  z-index: 100;
  cursor: pointer;
	margin-top:40px;
	margin-right:4px;
}

#horizontal_carousel2 .previous_button_over {
  background: url(../images/carousel/left.jpg) no-repeat;
}

#horizontal_carousel2 .previous_button_disabled {
  background: url(../images/carousel/leftssss.jpg) no-repeat;
  cursor: default;
}

#horizontal_carousel2 .next_button {
  float:left;  
  width: 10px;
  height: 30px;
  background: url(../images/carousel/right.jpg) no-repeat;
  z-index: 100;
  cursor: pointer;
	margin-top:40px;
	margin-left:5px;
}

#horizontal_carousel2 .next_button_over {
  background: url(../images/carousel/right.jpg) no-repeat;
}

#horizontal_carousel2 .next_button_disabled {
  background: url(../images/carousel/rightssss.jpg) no-repeat;
  cursor: default;
}