<style type="text/css">


a.mainbody {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #ebebeb;
	text-decoration: none;
}


.bodyem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.bodysmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ebebeb;
	text-decoration: none;

}

a.bodysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ebebeb;
	text-decoration: none;

}
.head1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: ad1405;
}

.links-font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	color: 999999;
}

.gallerycontainer{
position: absolute;
top: 50;
height:550
width:440
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px #959595;
margin: 0 0px 0px 0;
}

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

.thumbnail:hover img{
border: 1px #959595;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #a7a7a7;
padding: 0px;
left: -1000px;
border: 1px #959595;
visibility: hidden;
color: black;
text-decoration: none;
}

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

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;

left: 372px; /*position where enlarged image should offset horizontally */
top: 139px;
}

</style>
