@import url(baseStyle.css);
#galleryContainer {
	height: 236px;
	background-image: url(/Common/Img/heard-galleryBG.jpg);
	background-repeat: no-repeat;
	padding-left: 53px;
}
.GalleryTabList
{
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
}

.GalleryTabInactive
{
	float: left;
	padding: 5px;
	cursor: pointer;
}

.GalleryTabActive
{
	float: left;
	padding: 5px;
	color: Red;
}

.GalleryContainer
{
	clear: both;
	border: 1px solid green;
}

.GalleryHeaderMonth
{
	color: orange;
	font-size: 15px;
	text-transform: uppercase;
	font-family: Arial Black;
}

.GalleryHeader
{
	color: brown;
	font-size: 15px;
	text-transform: uppercase;
	font-family: Arial Black;
}

.GalleryDescription
{
	color: brown;
	font-size: 12px;
	font-family: Arial;
	width: 500px;
}

.AlbumPanelActive
{
	background-color: #FFDAB9;
	margin: 4px;
	overflow: hidden;
}

.AlbumPanelInactive
{
	background-color: #fff8dc;
	margin: 4px;
}

.AlbumDate
{
	color: brown;
	font-size: 13px;
	text-transform: uppercase;
	font-family: Arial Black;
	padding-left: 8px;
}

.AlbumName
{
	color: orange;
	font-size: 15px;
	text-transform: uppercase;
	font-family: Arial Black;
}

.AlbumDescription
{
	font-size: 12px;
	font-family: Arial;
	padding-bottom: 8px;
	padding-left: 8px;
}

.PhotoThumbnail
{
	border-left: 1px solid white;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	border-right: 1px solid white;
}

.PhotoListContainer
{
	width: 392px;
}

.PhotoThumbnailHover
{
	border-left: 1px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	cursor: pointer;
}

.tdThumbnailPreview
{
	text-align: right;
}

.ThumbnailPreview
{
	border: 2px solid white;
	cursor: pointer;
}

.Photos
{
	width: 450px;
	vertical-align: top;
}

.FullSizeImage
{
	z-index: 1001;
	border: 5px solid white;
}

.FullSizeImageFooter
{
	background-color: White;
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
	height: 20px;
}

.FullSizeImageCloseButton
{
	float: right;
	margin-right: 5px;
}

.FullSizeImageNextPrevious
{
	float: left;
	margin-left: 5px;
}
#PhotoGalleryPhotoDetail1_ImageContainer {
	padding-top: 22px;
	float:left;
	width: 462px;
	height: 214px;
}
#PhotoGalleryPhotoDetail1_ImageContainer img {
	height: 175px;
	width: 302px;
	display: block;
}
#PhotoGalleryPhotoDetail1_AlbumPreview {
	padding-top: 11px;
	padding-left: 25px;
	float:left;
}
#PhotoGalleryPhotoDetail1_AlbumPreviewContainer a img {
	width: 65px;
	height: 65px;
	margin-right: 5px;
	margin-bottom: 7px;
	border: solid 1px #333333;
}
#PhotoGalleryPhotoDetail1_AlbumPreviewContainer a:hover img {
	border: solid 1px #FFFFFF;
}
#PhotoGalleryPhotoDetail1_Description {
	color: #FFFFFF;
}
.imageButtons {
	float: right;
	color: #FFFFFF;
	width: 125px;
	padding-right: 20px;
}
#container input.previous {
	background-image: url(/Common/Img/heard-galleryPrev.gif);
	height: 15px;
	width: 15px;
	border: none;
	cursor: pointer;
}
#container input.next {
	background-image: url(/Common/Img/heard-galleryNext.gif);
	height: 15px;
	width: 15px;
	border: none;
	cursor: pointer;
}