.GalleryGD {
	background-color:#EDEDED;
	padding:18px 7px 0 8px;
}


.GalleryGD .hasZoom {cursor:pointer;}
.GalleryGD .item {
	width:201px;
	margin-left:7px;
	margin-right:8px;
	padding-bottom:12px;
	float:left;
	display:inline;
	text-align:center;
	overflow:hidden;
	position:relative;
}
.GalleryGD .edit .item {margin-right:0px;}
.GalleryGD .edit .FarbaAlt {
	position:absolute;
	top:24px;
	left:3px;
}

.GalleryGD .photoCanvas {
	background-color:#FAFAFA;
	padding:11px 10px;
	margin-bottom:5px;
}

@media print { .GalleryGD .zoom {display:none;}}

.GalleryGD .zoom {
	position:relative;
	text-align:left;
}

.GalleryGD .zoom div {
	position:absolute;
	color:#C92F00;
	padding-left:12px;
	background:url(img/zoom.gif) 0 50% no-repeat;
	font:9px Georgia;
	top:-1px;
	left:1px;
}

.GalleryGD .photoCanvas img {border:1px solid #B2B2B2;}


.GalleryGD .end {clear:both; height:1px; font-size:1px;}


