/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail img{
border: 1px solid white;
position: bottom;
}

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

.thumbnail:hover img{
border: 1px solid #333333;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
text-decoration: none;
visibility: hidden;
color: #333333;
text-align: left;
left: 140px;
bottom: 120px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
background-color: #333333;
padding: 2px;

}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;

}

