<style type="text/css">

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

.thumbnail{
position: relative;
display:block;
background:url(images/blank.gif);
z-index: 0;
}

.thumbnail:hover{
position:relative;
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
filter:alpha(opacity=90);
opacity:0.9;
padding: 1px;
left: -1000px;
width:100px;
border: 0px;
display:none;
visibility: hidden;
color:#000000;
text-decoration: none;
}

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
display:block;
top:50px;
left:11px; /*position where enlarged image should offset horizontally */

}

</style>

<style type="text/css">

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

.thumbnail2{
position: relative;
display:block;
background:url(images/blank.gif);
z-index: 0;
}

.thumbnail2:hover{
position:relative;
background-color: transparent;
z-index: 50;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 1px;
left: -1000px;
width:100px;
border: 0px;
display:none;
visibility: hidden;
color:#000000;
text-decoration: none;
}

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

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
display:block;
top:50px;
left:-50px; /*position where enlarged image should offset horizontally */

}

</style>


<style type="text/css">

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

.thumbnail3{
position: relative;
display:block;
background:url(images/blank.gif);
z-index: 0;
}

.thumbnail3:hover{
position:relative;
background-color: transparent;
z-index: 50;
}

.thumbnail3 span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 1px;
left: -1000px;
width:100px;
border: 0px;
display:none;
visibility: hidden;
color:#000000;
text-decoration: none;
}

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

.thumbnail3:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
display:block;
top:50px;
left:0px; /*position where enlarged image should offset horizontally */

}

</style>