
/* ************/
/* ********** 1 */

div#links1 { position: absolute; top: 13em; left: 40em; z-index: 100; }

div#links1 a { display: block; }

div#links1 a:hover { color: #ffffff; background: transparent; }
   
div#links1 a span.txt { display: none; }

/* big images */
div#links1 a span.img { display: none; }
  
div#links1 a:hover span.img { display: block; position: absolute; top: 0; left: -38em; z-index: 100; border-style: none; }


/*******   text   ************/

/**  1  **/
/*  text block left - moved down for portrait images */
div#links1 a:hover span.txt { display: block; position: absolute; top: 35em; left: -1em; width: 600px; padding: 2px; margin: 10px; z-index: 75; background-image: url(backgrounds/trans.png); color: #900000; background-color: transparent; font: 11px arial, verdana, sans-serif; font-weight: bold; text-align: center; border-color: #ffffff; border-style: double; }   


