﻿
/* COMMON GALLERY STYLES */
.galleryWrapper
{
	background-color: Black;
}

.galleryWrapper p
{
	margin: 0;
}
.galleryIntro
{
	height: 72px;		
	margin-bottom: 8px;
	overflow: auto;
}
.thumbnailSpacer
{
	height: 10px;
}

/* IMAGE STYLES */
.imageGalleryMainPanel
{
	float: left;
	width: 300px;
}
.imageGalleryMainPanel p
{
	margin-bottom: 8px;
}
.imageGalleryPhoto
{
	width: 280px;
	height: 200px;
	border: solid 1px #777777;
}
.imageGalleryThumbnailContainer
{
	float: left;
	width: 140px;
	height: 300px;
	overflow: auto;
	margin-left: 10px;	
}
.imageGalleryThumbnailContainer br
{
	display: none;
}
.imageGalleryThumbnail
{
	width: 120px;
	height: 86px;
	border: solid 1px #777777;
}

/* VIDEO STYLES */
.videoGalleryMainPanel
{
	float: left;
	width: 277px;
	padding-left: 10px;
}
.videoGalleryMainPanel p
{
	margin-bottom: 8px;
}
.videoGalleryThumbnailContainer
{
	float: left;
	width: 170px;
	height: 300px;
	overflow: auto;
	margin-left: 19px;	
}
.videoGalleryThumbnailOff
{
	float: left;
	width: 68px;
	height: 49px;
	margin-right: 4px;
	border: solid 2px #777777;
}
.videoGalleryThumbnailOn
{
	float: left;
	width: 68px;
	height: 49px;
	margin-right: 4px;
	border: solid 2px #FF860C;
}
.videoGalleryThumbnailContainer p
{
	font-size: 0.8em;
}
.videoGalleryThumbnailContainer br
{
	display: none;
}

.playButton
{
	margin-top: 5px;
	border: none;
}