/* Horizontal Carousel */
#horizontal_carousel {
  float:left;
  width: 830px;
  height: 200px;
  margin-bottom: 10px;
  position: absolute;  
left:152px;
top: 20px;
}         

#horizontal_carousel #container {
  position: absolute;
  top: 5px;
  left: 47px;  
  width: 735px;
  height: 144px;
  overflow:hidden;
	z-index: 99;
}          

#horizontal_carousel #containerUL {
  position: relative;
	left: -15px;
}            

#horizontal_carousel #previousButton {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 27px;
  height: 144px;
  background: url(../images/left.gif);
  z-index: 99;    
  cursor:pointer;
}        

#horizontal_carousel #previousButton.off {
  background: url(../images/left-disabled.gif);
  cursor:default;
}

#horizontal_carousel #nextButton {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 27px;
  height: 144px;
  background: url(../images/right.gif);
  z-index: 99;
  cursor:pointer;
}   

#horizontal_carousel #nextButton.off {
  background: url(../images/right-disabled.gif);
  cursor:default;
}

#horizontal_carousel table {
  position: relative;
  top: 0;
  left: 0;
  height: 144px;
margin-left: 8px;
}                      
                              

#horizontal_carousel td {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
  border:0px solid green;
  color:#E3EDFA;
  margin:0pt;
  padding:10px 5px 5px;
}
#horizontal_carousel td img {
  border:1px solid #999999;
  display:block;             
  background:#fff;height: 100px;
margin: 4px;
}  
#horizontal_carousel td img:hover {
  border:5px solid #c30;
	margin: 0;
	
} 

