Ooops, I was wrong, it is style from your other stylesheet creeping in, put this here:
Code:
<style type="text/css">
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:link, .thumbnail:visited, .thumbnail:hover, .thumbnail:active {
text-decoration:none;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lighty . . .
Bookmarks