<style type="text/css">

.gallerycontainer {
position: relative;
}

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

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

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

.thumbnail span{
position: absolute;
background-color: #ffffff;
padding: 5px;
left: -1000px;
border: 0px dashed;
visibility: hidden;
color: #ca4c2d;
text-decoration: none;
text-align: center;
font-family: Arial,Verdana;
}

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

.thumbnail:hover span{
visibility: visible;
top: 25%;
left: 50%;
z-index: 10;
}

</style>

