
/* vertical Carousel */
#vertical_carousel {
  width: 175px;
  height: 300px;
  position: relative;
  top:0px;
  left: 0px; 
  z-index: 1;
}         

#vertical_carousel .container {
  position: absolute;
  top: 0px;
  left: 0px;  
  width: 175px;
  height: 200px;
  display: block;
  overflow:hidden; 
}            

#vertical_carousel .previous_button {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 39px;
  height: 20px;
  background: url(../images/prev.gif) top left no-repeat;   
  cursor:pointer;
}        

#vertical_carousel .previous_button_disabled {
  background: none;
  cursor: default;
}

#vertical_carousel .next_button {
  position: absolute;
  top: 245px;
  left: 10px;
  width: 39px;
  height: 20px;
  background: url(../images/next.gif) top right no-repeat;
  cursor:pointer;
}   

#vertical_carousel .next_button_disabled {
  background: none;
  cursor:default;
}

#vertical_carousel ul {
  margin: 0;
  padding:0;
  width: 175px;
  position: relative;
  top: 0;
  left: 0;
  height: 100000px;
  display: block;
}                      

#vertical_carousel ul li {
  font:24px verdana,arial,sans-serif;
  font-weight: bold; 
  margin:0;
  padding:0;
  width:175px;
  height: 40px;
  list-style:none;   
  float:right;
  text-align: left;
  overflow: hidden;
}
#vertical_carousel ul li a {
  width:175px;
  height: 40px;
  display: block;
  color: #02C102;
  overflow: hidden;
}
#vertical_carousel ul li a:hover {
  color: #00FF00;	
}
#vertical_carousel .nav_onpage a, #vertical_carousel .nav_onpage a:hover{
  color: #00FF00;	
}
