.Gallery .OpenWindow
{
	text-align:left;
	padding:5px $defaultMargin 0 $defaultMargin;
}
.Gallery a:hover
{
	background-color:Transparent;
}
.Gallery .Thumbnails A:hover img,
.Gallery .Image A:hover img
{
	background-color:Transparent;
	opacity:.80;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
}

.Gallery .Thumbnails table
{
	width:100%;
}
.Gallery .Thumbnails td
{
	vertical-align:top;
	padding:$defaultMargin;
}
.Gallery .Thumbnails .PageNumber
{
	padding-bottom:0;
	width:400px;
}

.Gallery .GalleryList .GalleryItem
{
	display:none;
}
.Gallery .GalleryList .SelectedGalleryItem
{
	display:block;
}
.Gallery .PageNumber
{
	text-align:center;
}
.Gallery .Description
{
	padding:0 $defaultMargin;
	text-align:left;
}
/* Popup */
.PopupPage #RegionContent
{
	padding:0;
	background-color:Transparent;
}

.PopupPage .PageFooter,
.PopupPage .OpenWindow
{
	display:none;
}

.PopupPage .Gallery .Items
{
	padding:$defaultMargin;
	width:570px;
}

.PopupPage .Gallery .Thumbnails
{
	width:600px;
}

.PopupPage .Gallery .Items,
.PopupPage .Gallery .Thumbnails
{
	text-align:center;
	background-color:White;
	margin-bottom:1px;
}

/* Right Column */
#RegionRight .Gallery .Thumbnails
{
	display:none;
}


