/* Horizontal Carousel */
#horizontal_carousel {
  width: 218px;
  height: 150px;
  background:#f6f6f6;
  border:solid 1px #e9e9e9;
  color:#999999;
  padding:0;
  font-weight:bold;
  position:relative;
  
}

#horizontal_carousel .container {
position:relative;
  overflow: hidden;
  padding:0;
}

#horizontal_carousel ul {
  margin:3px 0px 0px -7px;
  padding:0;
  position: relative;
  top: 0;
  left: 0px;
  height: 110px;
  width: 1000000px;
  list-style:none;
}                      

#horizontal_carousel ul li {
  width: 100px;
  height: 112px;
  padding:0;
  margin: 5px 5px;
  text-align: center; 
  list-style:none; 
  background:none;
  float:left;
  vertical-align:middle;
}
#horizontal_carousel ul li a{
	cursor:pointer;
}
#horizontal_carousel ul li img{
	border:6px solid white;
	margin: auto auto;
}
#horizontal_carousel .carousel_image_title{
	position:relative;
	display:block;
	background-color:#FFFFFF;
	height:20px;
	width:102px;
	padding:0px 0px;
	z-index:50;

}
#horizontal_carousel .image_container{
	background-color:white; 
	height:80px; 
	z-index:1;
	width:102px;
	position: relative;
	padding:0px;
}
#horizontal_carousel .buttons{
	background-color:#f6f6f6;
	display:block;
	height:20px;
	width: 205px;
	margin:0 auto;
	padding:12px 0px 0px 28px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:51;	
}
#horizontal_carousel .previous_button {
  float:left;  
  width: 23px;
  height: 7px;
  background: url(../mycarousel/img/but_prev.png) no-repeat;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(../mycarousel/img/but_prev_hover.png) no-repeat;}

#horizontal_carousel .previous_button_disabled {
  background: url(../mycarousel/img/but_prev_dis.png) no-repeat;
  cursor: default;
}
#horizontal_carousel .next_button {
  float:right;  
  width: 23px;
  height: 7px;
  background: url(../mycarousel/img/but_next.png) no-repeat;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(../mycarousel/img/but_next_hover.png) no-repeat;
}

#horizontal_carousel .next_button_disabled {
  background: url(../mycarousel/img/but_next_dis.png) no-repeat;
  cursor: default;
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Arial, Helvetica;
    font-size: 10px;
    padding: 5px;
    background-color: white;
}
