 
/* ------------------------------------- */
/*           Rainbow Graphics            */
/*       www.rainbow-graphics.com        */
/*           Copyright 2008              */
/* ------------------------------------- */
 
.bgSpace { float:right; width:100px; height:75px; margin:5px; }

.bgSpace1 { float:right; width:100px; height:102px; margin:5px; }
 

.zoom { position:relative; }

.zoom a .large { width:0; border:0.7pt solid black;
  position:absolute;  }

.zoom a .thumb { float:right; 
  border:0.7pt solid black; position:absolute; right:0; }

.zoom a:hover { border:none; } /*4IE*/

.zoom a:hover .large { position:absolute; 
  width:250px; top:-30px; left:120px; } 
  
  
  
  