/* Horizontal Carousel */
#vertical_carousel {
  float: left;
  width: 630px;
  position: relative;
}

#vertical_carousel .container {
  float: left;
  width: 630px;
  height: 695px;
  position: relative;    
  overflow: hidden;
}

#vertical_carousel ul {
  position: relative;
  top: 0;
  left: 0;
  width: 620px;
  height: 650px;
  margin: 0;
  padding:0;
}                      

#vertical_carousel ul li {
  float: left;
  width: 620px;
  height: 55px;
  padding: 5px;
  margin-bottom: 2px;
  border-top: #666633 solid 1px;
  border-bottom: #666633 solid 1px;
  list-style:none;   
}

#vertical_carousel .previous_button {
  float:left;
  margin: auto;
  background: url(../images/biege.png) repeat;
  z-index: 100;
  cursor: pointer;
  border: #666633 solid 1px;
  margin-top: 5px;
}

#vertical_carousel .previous_button_over {
  background: url(../images/mid_green.png) repeat;
  background-repeat: no-repeat;
  background-position: center;
}

#vertical_carousel .previous_button_disabled {
  background: url(../images/mid_green.png) repeat;
  cursor: default;
  width: 0px;
  height: 0px;
  overflow: hidden;
  border: #666633 solid 0px;
}

#vertical_carousel .next_button {
  float:right;
  margin: auto;
  background: url(../images/biege.png) repeat;
  z-index: 100;
  cursor: pointer;
  border: #666633 solid 1px;
  margin-top: 5px;
}

#vertical_carousel .next_button_over {
  background: url(../images/mid_green.png) repeat;
}

#vertical_carousel .next_button_disabled {
  background: url(../images/mid_green.png) repeat;
  cursor: default;
  width: 0px;
  height: 0px;
  overflow: hidden;
  border: #666633 solid 0px;
}