.galleryDivContainer
{
	overflow: hidden;
	display: none;
}
.galleryGlobalDiv
{
/*	margin-top: 120px;*/
	margin-top: 0px;
	height: 100%; 
	overflow: hidden;
}
/*.galleryTitle
{
	height: 20px;
	overflow: hidden;
}*/
.galleryDiv
{
	height: auto; 
}
.galleryImgBackground
{
	background-color: #d6d5d3;
}
.galleryImgDivContainer
{
	width: 100%; 
	height: 100%; 
	left: 50%; 
	margin-left: 0px;
	overflow: hidden;
}
.galleryImgDiv
{
	width: 100000px;
	line-height: 100px;
	vertical-align: middle;
}

.galleryButton
{
	position: absolute; 
/*	margin-top: 40px;*/
	z-index: 99;
	filter : alpha(opacity = 00);
	opacity: 0.5;
/*	background-color: red;*/
}
.galleryButtonLeft
{
	left: 0px;
}
.galleryButtonRight
{
	right: 0px;
}
.galleryButtonClose
{
	margin-top: 5px;
	right: 0px;
}

.galleryScrollButton
{
	height: 70px; 
	width: 100px; 
	background-color: none;
}
#picsGalleryButtonLeft
{
	cursor : w-resize; 
}
#picsGalleryButtonRight
{
	cursor : e-resize; 
}
#picsGalleryDivContainer .galleryScrollButton
{
	height: 600px; 
}

.galleryImg, .galleryDivContainer .galleryScrollButton
{
	border: none;
/*	margin-top: 30px;*/
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}
.legend
{
	display: none;
}