<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
body { color: #f1f1f1;
background-color: #000000;
margin: 50px;
border-style: none;
border-color: #65162a;
border-width: none;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.75em;
line-height: 1.2em;}

.thumbnail{
position: relative;
z-index: 0;
visibility: inherit;}

.thumbnail:hover{
z-index: 50;
cursor: pointer;
clear: inherit;
clip: auto;
visibility: visible;
border: none;}

.thumbnail span{ /*CSS for enlarged image*/
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: hidden ;
visibility: hidden;
text-decoration: none;
position: absolute;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: +10px;
left: +30%; /*position where enlarged image should offset horizontally */
position: fixed;}

}
</style>
