BODY {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url("adv-bg.jpg");
	background-color: #080808;
	background-repeat: no-repeat;
	color: 000000;
	font-weight: 100;
	font-size: 12pt;
	}
A     		{ font-size: 11pt; color: #fff; text-decoration: none; }
A:link  	{ font-size: 11pt; color: #fff; text-decoration: none; }
A:visited { font-size: 11pt; color: #fff; text-decoration: none; }
A:active 	{ font-size: 11pt; color: #fff; }
A:hover 	{ font-size: 11pt; color: #DAB32E; }

.small {
	font-size: 8pt;
	width: 80px;
	color: white;
	font-family: Verdana, Arial;
}
.desc {
	font-size: 10pt;
	width: 90px;
	color: white;
	font-family: Times New Roman, Roman;
}
.wide_desc {
	font-size: 10pt;
	width: 340px;
	color: white;
	font-family: Times New Roman, Roman;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
margin: 0 5px 5px 0;
}

.thumbnail:hover {
background-color: transparent;
}

.thumbnail:hover img{
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: Transparent;
padding: 0px;
left: -1000px;
visibility: hidden;
color: white;
font-family: Verdana, Arial;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
}
.thumbnail:active { 
visibility: visible;
top: 0;
left: -380px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: -400px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


