.gallery {

}

/* groups */
.gallery ul#groups {
	
}
	.gallery ul#groups li {
		float: left;
		width: 150px;
		height: 160px;
		text-align: center;
	}
		.gallery ul#groups li h2 {
			margin-bottom: 0.5em;
		}
			.gallery ul#groups li h2 a {
				text-decoration: none;
			}
			.gallery ul#groups li h2 a:hover {
				text-decoration: underline;
			}
			.gallery ul#groups li h2 sup {
				color: #ff0000;
			}
		.gallery ul#groups li img.image {
			border: 1px solid #888;
			background: #ddd;
			padding: 4px;
		}


/* pictures */
.gallery ul#pictures {
	width: 600px; /* 5 per row */
	margin: 0 auto;
}
	.gallery ul#pictures li {
		float: left;
		width: 120px;
		height: 120px;
		overflow: hidden;
		text-align: center;
	}
		.gallery ul#pictures li a img.image {
			border: 1px solid #888;
			background: #ddd;
			padding: 4px;
		}