.iconspan{margin: 3px; cursor:hand; cursor:pointer; font-weight: bold;}
.eg-bar{background-color:; font-weight: bold; padding: 3px;}
div.eg-bar{width: 100%;}
.icongroup1{width: 100%;}
.gallerycontainer{
position: relative;
}

.thumbnail:hover{
background-color: transparent;
}
.thumbnail:hover img{
}
.thumbnail span{
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{
visibility: visible;
top: 0;
left: 125px;
z-index: 60;
}