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

.thumbnail, .thumbnail2, .thumbnail3{
position: relative;
z-index: 0;
}

.thumbnail:hover, .thumbnail2:hover, .thumbnail3:hover{
background-color: transparent;
z-index: 100;
}

.thumbnail span, .thumbnail2 span, .thumbnail3 span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 2px solid #D76F13;
-moz-border-radius:.5em;
visibility: hidden;
color: #10611B;
text-align: center;
}

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

.thumbnail:hover span, .thumbnail2:hover span, .thumbnail3:hover span{ 
visibility: visible;
}
.thumbnail:hover span {
top: -182px;
left: -6px; 
}

.thumbnail2:hover span {
top: -182px;
left: -280px; 
}

.thumbnail3:hover span {
top: -182px;
left: -6px; 
}
