/* Photo-Caption Zoom CSS by scott @ randsco.com  */

.bgSpace { float:right; width:100px; margin:5px; }
.bgSpace.ht55 { height:55px; }
.bgSpace.ht60 { height:60px; }
.bgSpace.ht65 { height:65px; }
.bgSpace.ht70 { height:70px; }
.bgSpace.ht75 { height:75px; }
.bgSpace.ht80 { height:80px; }

.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:300px; top:-80px; left:130px; } 
  
  
  
  