<style type="text/css">


.gallerycontainer{
position: absolute;
top: 50;
height:520
width:500
}

.thumbnail img{
border: 0 px solid white;
margin: 0 0px 0px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0 px solid white;
}

.thumbnail span{ 
position: absolute;
background-color: #ffffff;
padding: 0 px;
left: -1000px;
border: 0 px white;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ 
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ 
visibility: visible;

left: 307px; 
top: 156px;
}

</style>
