.gallerycontainer
{
position: relative;
top: 10px;
left: 20px;
width: 580px;                   /* Gallery box size */
height: 480px;
}

.thumbnail img
{
border: 1px solid black;       /* Border info of the thumb image */
margin: 2px 2px 2px 2px;
width: 75px;
height: 75px;
}

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

.thumbnail span
{
position: absolute;
padding: 1px;
top: -420px;
left:-0px;
visibility: hidden;
text-decoration: none;
width: 580px;
height: 410px;
}

.thumbnail span img
{ /*CSS for enlarged image*/
border-width: 0;
border: 1px solid white;
padding: 1px;
width: auto;
height: auto;
}

#pos
{
position: absolute;
top: 480px;           /* Position of the thumb images in the gallery frame */
left: 0px;
width: 560px;
}