/*
.PopupPage
{
	border-top-color: #FF00FF;
	border-top-width: 5px;
	border-top-style: solid;	
}
*/
.Gallery .Description
{
	color: Red;
	font-weight: bold;
	padding:0px;
}

.Gallery .PageCounter
{
	font-weight: normal;
}	

.Gallery .OpenWindow
{
	text-align:left;
	padding:5px 15px 0 15px;
}

.Gallery a:hover
{
	background-color:Transparent;
}

.Gallery .Image
{
	padding-top:20px;
	padding-bottom:5px;
}

.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: 0px 15px 0px 15px;
	margin: 0px;
	
	
}
.Gallery .Thumbnails .PageNumber
{
	padding-bottom:0;
	width:800px;
}

.Gallery .GalleryList .GalleryItem
{
	display:none;
}

.Gallery .GalleryList .SelectedGalleryItem
{
	display:block;
}

.Gallery .PageNumber
{
	text-align:center;
}

/* Popup */
.PopupPage #RegionContent
{
	padding:0;
	background-color:Transparent;
}

.PopupPage .PageFooter,
.PopupPage .OpenWindow
{
	display:none;
}

.PopupPage .Gallery .Items
{
	padding:15px;
	width:630px;
}

.PopupPage .Gallery .Thumbnails
{
	width:660px;
}

.PopupPage .Gallery .Items,
.PopupPage .Gallery .Thumbnails
{
	text-align:center;
	background-color:#F6F6F6;
}

/* Right Column */
#RegionRight .Gallery .Thumbnails
{
	display:none;
}

