.toti td a.gallery img.horizontal {
	width:150px;
	}

/*nur für vertikale Bilder:*/
.toti td a.gallery img.vertikal	{
	width:100px;
	}

.toti a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:60px; 
    left:210px; 
    overflow:hidden; 
    }
    
/* styling the :hover span */
.toti a.gallery:hover span {
    width:75%; 
    height:auto; 
    text-align:center;
	background:#ddecff;
    z-index:1;
    }

.toti a.gallery:hover span img.horizontal{
    width:80%; 
    margin:10px;
    }
.toti a.gallery:hover span img.vertikal{
   width:40%; 
	margin:10px;
    }

