

body {
scrollbar-arrow-color: #000000;
scrollbar-base-color: #7D6C4E;
scrollbar-dark-shadow-color: #7D6C4E;
scrollbar-track-color: #000000;
scrollbar-face-color: #7D6C4E;
scrollbar-shadow-color: #999999;
scrollbar-highlight-color: #7D6C4E;
scrollbar-3d-light-color: #999966;

}




a:link		{ color: #FFCC33; text-decoration: none; }

a:visited	{ color: #FFCC33; text-decoration: none; }

a:active	{ color: #FFCC33; text-decoration: none; }

a:hover		{ color: #CC99FF; text-decoration: none; }


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

.thumbnail{
position: relative;
z-index: 0;
}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: 000000;
padding: 0px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: ffffff;
text-decoration: none;
}

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -81;
left: 150px; /*position where enlarged image should offset horizontally */

}



</style> 