﻿body
{
	font:75%/1.4 verdana,Helvetica,sans-serif;
	margin-left:10px;
	margin-right:10px;	
	width:100%;
	overflow:auto;
}

h3
{
	text-align:center;
}

p
{
	margin-top:10px;
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
	
}
.gallerycontainer
{
	/*text-align:justify;*/
	height:auto;
	text-align:center;
/*position: relative;
Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 2px solid blue;
}

/*.thumbnail:click img
{
	border-style:none;
}*/

.thumbnail span{ /*CSS for about text
position:absolute;
background-color:Transparent;
padding: 5px;*/
position:absolute;
background-color:White;
border-color:Blue;
border-style:solid;
border-width:thick;
padding: 5px;
/*left: -1000px;*/
visibility: hidden;
color: black;
text-decoration: none;
font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility:visible;
/*top:350px;*/
top:475px;
left:325px; /*position where enlarged image should offset horizontally */
text-align:center;
z-index: 50;
padding-right:15px;
}



