/*  Gallery
    =======  */
ul.gallery {
	list-style: none;
	margin: 0;
	display: block;
}

	ul.gallery li {
		width: 150px;
		text-align: center;
		display: inline-block;
		padding: 1em 0;
	}

	ul.gallery li a {
		display: inline-block;
	}

/* Events */
dl.events dt small {
	display: block;
	font-weight: normal;
	color: #999;
}

/* News */
dl.news dt small {
	display: block;
	font-weight: normal;
	color: #999;
}
