@charset "utf-8";

.thumbleft {float:top; color:#FFFFFF; width:440px; padding-top:5px;}

.gallerycontainer{
position: relative;
float:top;
height:370px;
}

.thumbnail img{
border: 1px solid #6e583f;
margin: 0px;
padding: 0px;
}

.thumbnail:hover{

background-color: transparent;
}

.thumbnail:hover img{

}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;

padding: 0px;
left: 0px;
border: 0px;
visibility: hidden;
color: white;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0px;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0px;
left: 0px; /*offset */
top: 75px;
z-index: 100;
}

.width

{
width:425px;
}
