.GalleryGD {
	background-color:#E1F2FA;
	position:relative;
	background-image:url(img/left-top.gif); /*Doubling lt, IE bug */
	background-position:left top;
	background-repeat:no-repeat;

}
.GalleryGD .lt, .GalleryGD .rt, .GalleryGD .rb, .GalleryGD .lb {
	background-repeat:no-repeat;
	width:18px;
	height:18px;
	position:absolute;
}
.GalleryGD .lt {
	background-image:url(img/left-top.gif);
	left:0;
	top:0;
}
.GalleryGD .rt {
	background-image:url(img/right-top.gif);
	right:0;
	top:0;
}
.GalleryGD .rb {
	background-image:url(img/right-bottom.gif);
	right:0;
	top:0;
}
.GalleryGD .lb {
	background-image:url(img/left-bottom.gif);
	left:0;
	top:0;
}

.GalleryGD .top {
	height:9px;
}
.GalleryGD .bottom {
	height:18px;
	position:relative;
}

.GalleryGD .canvas {text-align:center;}

.GalleryGD .canvas {margin-left:18px; margin-right:18px;}
.GalleryGD .canvas table{
	width:696px;
	margin-left:auto;
	margin-right:auto;
}
.GalleryGD .item {
	font:11px Arial;
	color:#676767;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:24px;
	text-align:center;
	width:33%;
	vertical-align:top;
	letter-spacing:1px;
}

.GalleryGD .zoom {height:21px;}
.GalleryGD .zoom span{
	background:url(img/zoom.gif) 0 3px no-repeat;
	padding-left:16px;
}
.GalleryGD img {border:1px solid white;}
.GalleryGD div.photo {cursor:pointer;}
.GalleryGD .text {width:203px;}

