﻿#GalleryContainer
{
	width: 944px;/*686px;*/
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0px auto;
	padding: 10px;
	border: 0px solid #f5f5ed;
	background: #E2E0CC;
}
#GalleryImage
{
	position: relative;
	width: 930px;/*672px;*/
	height: 420px;
	padding: 5px;
	border: 1px solid #ffffff;
	background: #f5f5ed url(../img/ajax-loader.gif) center center no-repeat;
	text-align: center;
	overflow: hidden;
}
#GalleryImage img
{
	position: absolute;
	left: 50%;
	top: 50%;
}

#GalleryDescription
{
	height: 45px;
	width: 930px;
	text-align: center;
	padding: 5px;
	background: #f5f5ed;
	border: 1px solid #ffffff;
	margin-top: 10px;
}
#GalleryDescription h2
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}
#GalleryDescription .ImageDesc
{
	font-size: 80%;
}

#GalleryThumbContainer
{
	width: 930px;/*682px;*/
	height: 100px;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #ffffff;
	background: #f5f5ed;
}
#GalleryThumbArea
{
	width: 930px;/*682px;*/
	height: 100px;
	position: relative;
	overflow: hidden;
}
#GalleryThumbs
{
	width: 10000px;
	height: 100px;
	position: absolute;
	list-style: none;
	margin-left: 5px;
	border-right: 5px solid #f5f5ed;
}
#GalleryThumbs li
{
	float: left;
	margin-right: 5px;
	cursor: pointer;
}
.GalleryImageNav
{
	position: absolute;
	height: 430px;
	width: 25%;
	z-index: 100;
	top: 0;
	outline: none;
	cursor: pointer;
}
#GalleryPrevImg
{
	left: 0;
	border-left: 5px solid #f5f5ed;
}
#GalleryPrevImg:hover
{
	background: url(../img/left.gif) left center no-repeat;
	opacity: 1;
	filter: alpha(opacity=100);
}
#GalleryNextImg
{
	right: 0;
	border-right: 5px solid #f5f5ed;
}
#GalleryNextImg:hover
{
	background: url(../img/right.gif) right center no-repeat;
	opacity: 1;
	filter: alpha(opacity=100);
}

