﻿
.gallery
{
	float: left;
	padding-right: 12px;
}
.gallerycontent
{
	width: 150px;
	height: 30px;
	float: left;
	font-size: 11px;
	font-style: italic;
}
.galleryLink
{
	display: block;
	float: left;
	height: 20px;
	line-height: 1.75em;
	font-size: 0.75em;
	background: transparent url(../App_Themes/Default/Images/arrowr.gif) no-repeat left center; 
	vertical-align: text-bottom;
	margin: 0 10px 15px 0;
	padding-left: 10px;
	color: #B0181E;
}
.galleryTitleLink
{
	color: #0C88BC;
}
.galleryImage
{
}
.galleryPopImage
{
	padding-top: 7px;
	padding-right: 7px;
}
.galleryTitle
{
	padding-top: 20px;
	padding-bottom: 0;
}
.galleryThumbnails
{
	padding-right: 5px;
}

.galleryThumbnails img
{
	border: solid 3px #dddddd;
	padding: 1px;
}

.galleryThumbnails img:hover
{
	border: solid 3px #cccccc;
}

.GalleryLightbox span
{
	float: left;
	padding-bottom: 20px;
	display: block;
}

.GalleryLightbox
{
	margin-left: 10px;
	width: 600px;
}

.GalleryLightbox h2
{
	margin-left: 0;
	padding-left: 0;
	font-size:1.0em;
}


