.gallery ul.images
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.gallery ul.images li
{
	text-align: center;
	float: left;
	margin: 0 12px 25px 12px;
}

.gallery ul.images li h1
{
	font-size: 16px;
}

.gallery ul.images li .thumbnail
{
	margin: 5px 0 5px 0;
}

.gallery ul.images li .date
{
	font-size: 0.8em;
}

.gallery ul.images li .options
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

.gallery ul.images li .options li
{
	float: none;
	margin: 0;
	text-align: center;
	margin: 0 5px 0 5px;
	display: inline;
}

.gallery .pages
{
	text-align: center;
	margin-top: 20px;
}

.gallery .options
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	margin-bottom: 10px;
}

.gallery .header
{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.gallery .header h1,
.gallery .header p
{
	margin: 0;
}

.gallery .sorter
{
	margin-bottom: 30px;
}

.gallery .sorter span
{
	font-weight: bold;
	margin-right: 20px;
}

.gallery .sorter a
{
	margin: 0 10px 0 10px;
}

.gallery .sorter a.active
{
	font-weight: bold;
}