/* Horizontal Carousel */
#horizontal_carousel {
  width: 350px;
  height: 75px;
  padding-top:0px;
}

#horizontal_carousel .container {
 /* width: 460px;
  height: 100px;*/
  width:287px; 
  height:75px;
  position: relative;
  overflow: hidden;
  /**top:-18px;
  *left:-20px;*/
}

.container img{border:#ccc 1px solid; margin:0 2px 0 0;}

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

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

#horizontal_carousel .buttons{
	display:block;
 	clear:both;
}
#horizontal_carousel .previous_button {
  float:left;  
  width: 31px;
  height: 75px;
  background: url(../images/arrow_gry_lft.jpg) center no-repeat;
  z-index: 100;
  cursor: pointer;
}

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

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

#horizontal_carousel .next_button {
  float:right;  
  width: 28px;
  height: 75px;
  background: url(../images/arrow_gry_rgt.jpg) center no-repeat;
  z-index: 110;
  cursor: pointer;
}


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

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