.gallerycontainer{
position: relative;
text-align:left;
margin:35px 0px 10px 15px;
height:400px;
width:220px;
}

.thumbnail img{
border: 0px;
margin: 3px 0px 0px 0px;
}

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

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

.thumbnail span{ 
position: absolute;
background-color: none;
padding: 0;
left: -1000px;
top:-1000px;
border: 0px;
visibility: hidden;
color: #FFF;
width:340px;
text-decoration: none;
}

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

.thumbnail:hover span{
visibility: visible;
top:-20px !important;
left: 330px;
}

