/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this script and the associated (x)html
is available at http://www.stunicholls.com/various/tabbed_pages.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This script and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#gallery div.off {
  cursor: pointer; 
  z-index: 20;
  width: 90px;
  height: 90px;
  border: solid #999 1px;
  background-image: url('http://www.hubvanlaar.nl/layout/mouse-over.png');
}

#gallery div.off span{
  display: block;
  width: 90px;
  height: 90px;
  background-image: url('http://www.hubvanlaar.nl/layout/mouse-over.png');
}

#gallery div.on {
  cursor: pointer; 
  z-index: 100;
  width: 90px;
  height: 90px;
  border: solid #fff 1px;
  background-image: url('http://www.hubvanlaar.nl/layout/no-image.gif');
}

#galley div.off:hover {
  border: 0;
  background-image: url('http://www.hubvanlaar.nl//layout/no-image.gif');
}

div.hide {
  display: none; 
  width: 0; 
  overflow: hidden;}
  
div.show {
  z-index:50; 
}


