/* Vertical Accordion */

#galleryv {
  padding:0; 
  margin:0; 
  list-style-type:none; 
  overflow:hidden; 
  width:800px; 
  height:293px; 
  }
#galleryv li {
  float:left;
  	  }
#galleryv li a.een {
    height:293px;
    }
#galleryv li a.twee {
    height:77px;
	  }
#galleryv li a.drie {
    height:39px;
		  }
#galleryv li a.vier {
    height:25px;
		  }
#galleryv li a.vijf {
    height:19px;
  }
  
#galleryv li a {
  display:block; 
  height:10px;
  width:800px;
  overflow:hidden; 
  float:left; 
  text-decoration:none; 
  border-bottom:1px solid #999; 
  }
#galleryv li a:hover { 
	height:216px;
  }
