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

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

}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #fff;
padding: 5px;
left: -1000px;
width: 310px; height: 30px;
border: 1px solid #000066;
visibility: hidden;
font-size: 11px; text-align: left;
color: black;
text-decoration: none;
}
.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #fff;
padding: 5px;
left: -1000px;
width: 290px; height: 30px;
border: 1px solid #000066;
visibility: hidden;
font-size: 11px; text-align: left;
color: black;
text-decoration: none;
}
.thumbnail3 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #fff;
padding: 5px;
left: -1000px;
width: 325px; height: 30px;
border: 1px solid #000066;
visibility: hidden;
font-size: 11px; text-align: left;
color: black;
text-decoration: none;
}
.thumbnail4 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #fff;
padding: 5px;
left: -1000px;
width: 230px; height: 30px;
border: 1px solid #000066;
visibility: hidden;
font-size: 11px; text-align: left;
color: black;
text-decoration: none;
}

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

 /*CSS for enlarged image on hover*/
.thumbnail:hover span, .thumbnail2:hover span, .thumbnail3:hover span, .thumbnail4:hover span {
visibility: visible;
top: 25px;
left: 40px; /*position where enlarged image should offset horizontally */
z-index: 50;