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

.thumb{
position: relative;
z-index: 0;
}

.thumb:hover{
background-color: transparent;
z-index:50;
}

.thumb span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 5px;
left: -1000px;
border: 1px solid SILVER;
visibility: hidden;
color: black;
text-decoration: none;
font-size:14px;
font-style:normal;}

.thumb span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumb:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top:-100px;
left:60px; 
}
