 
/* ------------------------------------- */
/*           Rainbow Graphics            */
/*       www.rainbow-graphics.com        */
/*           Copyright 2014         */
/* ------------------------------------- */
 
.bgSpace { float:right; width:175px; height:131px; 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:300px; top:-30px; right:190px; } 





.bgSpace1 { float:left; width:175px; height:131px; margin:0px 10px 4px 0px; }

 

.zoom a .large1 { width:0; border:0.7pt solid black;
  position:absolute;  }
 
 
.zoom a:hover .large1 { position:absolute; 
  width:300px; top:-30px; left:190px; } 




/*Smaller zooms for screen 430px and lower*/
@media only screen and (max-width: 430px) {

  
 
.zoom a:hover .large { 
  display:none; }
.zoom a:hover .large1 {
    display:none; }

	 
}
