/* Horizontal Carousel */
#horizontal_carousel {
  width: 790px;
  height: 75px;
  position: relative;
  text-align:center;
  overflow:hidden;
  margin:0 auto;
  margin-top:10px;
}



#horizontal_carousel .container {
  width: 665px;
  height: 72px;
  position: relative;    
  overflow: hidden;
  margin-top:20px;
  margin-left:60px;
}

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

#horizontal_carousel ul li {
  width: 75px;
  height: 48px;
  text-align: center; 
  list-style:none;   
  float:left;
  overflow:hidden;
}

#horizontal_carousel ul li a{
display:block;
width:63px;
height:43px;
overflow:hidden;
border:1px solid white;
}


#horizontal_carousel .previous_button {
  position:  absolute;
  top: 18px;
  left:10px;
  width: 22px;
  height: 43px;
  background: url(../images/galprev.gif) no-repeat;
  z-index: 100;
  cursor: pointer;
  margin-top:8px;
}

#horizontal_carousel .previous_button_over {
 /*background: url(../prototype-ui/horizontal/left_over.png);*/
}

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

#horizontal_carousel .next_button {
  position:  absolute;
  top: 18px;
  right:15px;
  width: 22px;
  height: 43px;
  background: url(../images/galnext.gif) no-repeat;
  z-index: 100;
  cursor: pointer;
  margin-top:8px;
}

#horizontal_carousel .next_button_over {
 /*background: url(../prototype-ui/horizontal/right_over.png);*/
}

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