/* Horizontal Carousel */
#horizontal_carousel {
/*  width: 818px;*/
  padding:10px;
/*  background:#f6f6f6;
  border:solid 1px #e9e9e9;*/
}

#horizontal_carousel .container {
  width: 868px;
  overflow: hidden;
  float:left;
  padding-left:9px;
  margin-right:5px;
}

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

#horizontal_carousel ul li {
  width: 138px;
  height: 128px;
  text-align: left; 
  list-style:none;
  float:left;
}

#horizontal_carousel ul li img{
	border:10px solid #FFF;
}


#horizontal_carousel .buttons{
	display:block;
 	clear:both;
 	margin-top:10px;
 	*margin-top:0;
}
#horizontal_carousel .previous_button {
  margin-top:50px;
  float:left;
  width: 19px;
  height: 19px;
  background: url(images/but_prev.gif) no-repeat;
  z-index: 100;
  cursor: pointer;
  margin-right:3px;
}

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

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

#horizontal_carousel .next_button {
  margin-top:50px;
  float:right;
  width: 19px;
  height: 19px;
  background: url(images/but_next.gif) no-repeat;
  z-index: 100;
  cursor: pointer;
}

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

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

#horizontal_carousel .container {
position:relative;
width: 820px;
overflow: hidden;
}
