﻿body {

	

	font-family: verdana, helvetica;

	font-size: 10pt;

	margin-top: 0px;

	vertical-align: top;

	padding-top: 0px;

}



h3

{

	margin-top: 0px;

	padding-top: 0px;

	text-transform: uppercase;

}



h5

{

	margin-top: 0px;

	padding-top: 0px;

	

}


/* 

Start Mouseover thumbs

*/

.thumbnail{

position: relative;

z-index: 0;


}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}


.thumbnail span

{

	/*CSS for enlarged image*/

	position: absolute;

	background-color: #ffffff;

	padding: 5px;

	left: -1000px;

	visibility: hidden;

	color: #000000;

	text-decoration: none;

	border-right: gray 1px solid;

	border-top: gray 1px solid;

	border-left: gray 1px solid;

	border-bottom: gray 1px solid;

}



.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;

padding: 2px;
}



.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -100px;
left: 60px; /*position where enlarged image should offset horizontally */

}

