a:link {
	color: #919cdb;
	text-decoration: none;
}
a:visited {
	color: #a43757;
	text-decoration: none;
}
a:hover { color: #c10e2c; font-size: 11px; text-decoration: none; }
a:active {
	color: #333333;
	text-decoration: none;
}
.text { font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: 5px; color: #828282; font-size: 11px; }
.textnormal { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
.whitetext { font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: 5px; color: #ffffff; font-size: 11px; }
body { color: black; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: white; }
p { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; }

/*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: black;
padding: 5px;
left: -2000px;
border: 0px white;
visibility: hidden;
color: white; /* text color */
text-decoration: none;
}

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

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

.thumbnail2:hover span { /*CSS for enlarged image on hover*/
left: 50px; /*position where enlarged image should offset horizontally */
}

.thumbnail3:hover span { /*CSS for enlarged image on hover*/
left: 0px; /*position where enlarged image should offset horizontally */
}

.thumbnail4:hover span { /*CSS for enlarged image on hover*/
left: -50px; /*position where enlarged image should offset horizontally */
}

.thumbnail5:hover span { /*CSS for enlarged image on hover*/
left: -100px; /*position where enlarged image should offset horizontally */
}

.thumbnail6:hover span { /*CSS for enlarged image on hover*/
left: -150px; /*position where enlarged image should offset horizontally */
}

.thumbnail7:hover span { /*CSS for enlarged image on hover*/
left: -200px; /*position where enlarged image should offset horizontally */
}

