.GalleryGD {padding:12px 0 24px 0;}
.GalleryGD .rowEnd{clear:both;}
.GalleryGD .item {
	width:25%;
	float:left;
	text-align:center;
	padding-bottom:27px;
}
.GalleryGD	.editItem {height:240px; width:24%;}
.GalleryGD	.FarbaLightedContainerBlock, .GalleryGD	.FarbaSelectedContainerBlock {height:238px;}

.GalleryGD .item .canvas {
	position:relative;
	left:50%;
	float:left;
	clear:left;
}

.GalleryGD .item .photo	{
	position:relative;
	left:-50%;
	text-align:left;
	background-color:#D89A22;
}

.GalleryGD .item .zoom {cursor:pointer;}
.GalleryGD .item .zoom div {
	position:absolute;
	left:0;
	top:0;
	background:url(img/zoom.gif) left top no-repeat;
	width:32px;
	height:31px;
}	

.GalleryGD .item .photo img	{
	border:1px solid white;
	margin:8px;
	
}
.GalleryGD .item .text {
	clear:both;
	padding:7px 7px 0 7px;
}

.GalleryGD .FarbaAlt {
	position:absolute;
	left:7px;
	top:7px;
}
.GalleryGD .end {
	clear:both;
	height:1px;
	overflow:hidden;
}
