/* Horizontal Carousel */

#horizontal_carousel {
  width: 159px;
  height: 443px;
  padding:0;
}
#horizontal_carousel.gall2 {height: 350px;}
#horizontal_carousel .container {
  width: 169px;
  overflow: hidden;
	height: 420px;
	position: relative;
}
#horizontal_carousel.gall2 .container {height: 320px;}
#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 10000px;
  position: relative;
  top: 0;
  height: 420px;
}                      
#horizontal_carousel.gall2 ul {height: 320px;}
#horizontal_carousel ul li {
  width: 169px;
  height: 420px;
  text-align: center; 
  list-style:none;   
  float:left; 
	overflow: hidden;
}
#horizontal_carousel.gall2 ul li {height: 320px;}
#horizontal_carousel ul li img { display:block; margin:0 10px 10px 0; width:158px; /*height:128px;*/ }

#horizontal_carousel .buttons{
	display:block;
 	clear:both;
}
#horizontal_carousel .previous_button {
  float:left;  
  width: 20px;
  height: 19px;
  background: url(../img/bg_gall.gif) no-repeat 0 -19px;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_disabled {
  background: url(../img/bg_gall.gif) no-repeat 0 0;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:right;  
  width: 20px;
  height: 19px;
  background: url(../img/bg_gall.gif) no-repeat -140px -19px;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_disabled {
  background: url(../img/bg_gall.gif) no-repeat -140px 0;
  cursor: default;
}
