.box a:hover {
background:none;
text-decoration: none;
}

.box a span
{display: none;
text-decoration: none;}

.box a:hover span
{
position:absolute;
display: block;
width:auto;
background: #FFFFDD;
border: 1px dotted #4C4C4C;
width:200px;
padding: 4px;
color:#000;
text-decoration: none;
}

.box h6{
font-size: 100%;
background-color: #FEDE72;
color: #000;
margin: 2px;
}


.fotobox a:hover {
background:transparent;
text-decoration: none;
}

.fotobox a span
{display: none;
text-decoration: none;}

.fotobox a:hover span
{
position:absolute;
display: block;
width:auto;
background: transparent;
width:auto;
padding: 0px;
color:#000;
text-decoration: none;
}