.gallerycontainer{
	margin: 10px;
	position: relative;
	height: 480px;/*Add a height attribute and set to largest image's height to prevent overlaying*/
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	padding-top: 15px;
	background: url(../images/horiz_bar.jpg) no-repeat center top;
}



.thumbnail img{
border: 1px solid gray;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 40px;
left: 330px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	width: 454px;
	color: #666666;
}
.thumbnail h1 {
	font: bolder 26px/18px Georgia, "Times New Roman", Times, serif;
	color: #666666;
}



.gallerycontainer a, input[type="image"] {
	outline: 0;
}
