.loading
{
	margin: auto;
	margin-top: 100px;
	text-align: center;	
}

#GalleryPicture
{
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 118px;
}

#GalleryPicture,
#GalleryPicture div 
{
	height: 410px;
	font-size: 0px;
	width: 555px;
	text-align: center;
}

#GalleryPicture div.description 
{
	height: 10px; 
	text-align: center;
	font-size: 8pt;
	width: 540px;
}

#GalleryPicture div img
{
	border: 8px solid #007172;
}

.previous
{
	display: inline-block;
	float: left;
	margin-left: 68px;
}
.next
{
	display: inline-block;
}

.thumbs
{
	float: left;
	display: inline-block;
}

.thumbs, .thumbs a
{
	line-height: 0;
	font-size: 0px;
	display: none;
}

.thumbs a
{
	margin-left: 12px;
}

.thumbs a img
{
	border: 4px solid #d7d7d7;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.thumbs a:first-child
{
	margin-left: 0px;
}

.thumbs a.active img
{
	border: 4px solid #007172; 
	
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.thumbs.visible
{
	display: block;
}

.thumbs.visible a.visible
{
	display: inline-block;
}

#autoSlideShow
{
	float: right;
	margin-right: 115px;
	margin-top: 10px;
	font-size: 7pt;
	background: url("/img/layout/arrow_right.gif") left center no-repeat;
	padding-left: 15px;
}