/* Tavola con tutte le foto */
table.one      
{  
 /* thin-medium-thick : none-dotted-dashed-solid-double-grove-ridge-inset-outset */ 
  border: 3px double #000000;
  padding:10px;
  text-align: center;
  background-color: #800080;     /* colore cornice grande  purple          */
  font-size: x-small;
}
/* Tabella con foto */
td.uno  
{
 border: medium double #000000;
 padding:10px;
 background-color: #F0E68C;    /* colore cornicetta singola  khaki */
 font-size: small;
}
/* Divisione per il testo */
div.testo
{
 width: 110px;
 margin: 2px;
 background-color: white;
 border: medium ridge #000000;
 text-align: center;
}
/* Autore delle foto */
table.two
{  
  border: medium solid #000000;
  text-align: center;
  background-color: #FFA500;     /*  orange  #FFA500 */
  font-size: x-small;
} 
/* non si vede a video normalmente */
img.large     
{
  position:absolute; 
  width:0px; 
  height:0px;
  border:0px solid green;
  z-index:0;
}
a:focus img.large,
a:active img.large
{
  position:fixed; 
  left:150px; top:0px;
  width:560px; 
  height:420px;
  padding:18px;
  background:#FF00FF;    /* fucsia */
  border:1px solid red;
  z-index:10;
  background-image:url('immagini/icons/stop.png');
  background-repeat: no-repeat;
  background-attachment:fixed;
  background-position: 154px 3px;  
}
/* non si vede a video normalmente */
img.longe    
{
  position:absolute; 
  width:0px; 
  height:0px;
  border:0px solid green;
  z-index:0;
}
a:focus img.longe,
a:active img.longe
{
  position:fixed;
  left:150px; top:0px;
  width:480px;
  height:640px;
  border:1px solid #FF3333;  /* rosso */
  padding:18px;
  background: #3366FF;       /* azzurro */   
  z-index:10;
  background-image:url('immagini/icons/stop.png');
  background-repeat: no-repeat;
  background-attachment:fixed;
  background-position: 154px 3px;   
}
img.piccola_l
{
 width:110px;
 height:90px;
 border:1px solid black;
}

img.piccola_p
{
 width:90px;
 height:110px;
 border:1px solid black;
}


