<style type="text/css">


<!--
body {
background-color: #292929;
}
a:link {
color: #FFBF00;
}
a:visited {
color: #FFBF00;
}
a:hover {
color: #FFBF00;
}
a:active {
color: #FFBF00;
}
.style1 {
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
-->


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail: a {
/*color: #949b63;*/

}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
/*background-color: lightyellow;*/
padding: 0px;
left: 0px;
border: 0px;
visibility: hidden;
/*color: black;*/
text-decoration: none;
font-weight: normal;
}

.thumbnail span img{ /*CSS for enlarged image*/
padding: 0px;
/*color: #949b63;*/
}


.thumbnail img{ /*CSS for enlarged image*/
/*border-color: #949b63;
color: #949b63;*/
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: inherit;
/*top: 50px */
left: 90px; /*position where enlarged image should offset horizontally */
bottom: 125px; 
/*right: 250px; */

}

</style>

