﻿
.gallerycontainer{
	position: relative;
	height: auto;
	width: auto;
}
.GalleryTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #FF9900;
	text-align: center;
	font-weight: bold;
	width: 850px;
}
.GallerySubTitle {
	font-size: small;
	color: #FFFFFF;
	float: ;
	padding-left: 30px;
	font-style: italic;
	text-align: center;
}
.thumbnail img{
	border-style: none;
	border-left-color: ;
	margin-top: 5px;
}

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

.thumbnail:hover img{
	border-style: none;
	border-left-color: ;
}
.thumbnail span{
	/*CSS for enlarged image*/
position: absolute;
	background-color: #C0C0C0;
	padding: 5px 0px 0px 0px;
	left: -1000px;
	border: 1px solid #B90420;
	visibility: hidden;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.thumbnail span img{
	/*CSS for enlarged image*/
border-style: none;
	border-width: 0;
	z-index: ;
	vertical-align: bottom;
}
.thumbnail:hover span{
	/*CSS for enlarged image*/
visibility: visible;
	top: 45px;
	left: 230px; /*position where enlarged image should offset horizontally */;
	z-index: 50;
	padding-bottom: 0px;
}
