#gallery
{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10;
}
#gallery .cell
{
	vertical-align: top;
	border: 1px solid #d5d5d5;
	padding: 15;
	color: #a0a0a0;
	text-align: center;
}
.galleryalbum
{
	text-align: center;
	width: 160;
	background: #e2e2e2;
}
.galleryalbum img
{
	margin-bottom: 3;
}
.galleryname
{
	text-align: center;
	clear: both;
	width: 100%;
	background: #e2e2e2;
	padding: 6 0 0 0;
}
.imageprops
{
	margin: 3 0 0 0;
	text-align: left;
	float: left;
	line-height: 1.5em;
}
.albumprops
{
	margin: 3 0 0 0;
	line-height: 1.5em;
}
.imagecomments
{
	float: right;
	margin: 3 0 0 0;
	white-space: nowrap;
	line-height: 1.5em;
	text-align: right;
}
#imageprops
{
	vertical-align: top;
	white-space: nowrap;
	padding-right: 20;
	line-height: 1.5em;
}
#imagelinks
{
	vertical-align: top;
	line-height: 1.5em;
}
.imagelink
{
	margin-bottom: 3;
}
a.imagename,a.imagename:active,a.imagename:visited,div.imagename
{
	display: block;
	background: #e2e2e2;
	text-decoration: none;
	padding: 6 6;
	color: #717171;
}
a.imagename:hover
{
	color: #FFF;
	background: #717171;
}
#fullimage
{
	text-align: center;
	padding: 15;
}
#fullimageinfo
{
	text-align: center;
	padding: 15;
	background: #f9f9f9;
	border: 1px solid #d5d5d5;
}

