/* TABLE STRUCTURE */
table {
	margin-top: 11px;
	width: 100%;
}
table td {
	padding-bottom: 10px;
	text-align: center;
	vertical-align: top;
}

/* THUMBNAILS */
table tr td img {
	border: 1px solid #999;
}
table tr td a:hover {
	background: none;
}
table tr td a:hover img {
	border: 1px solid #C70D00;
}

/* PAGES */
div#pagination {
	margin: 4px 0px 0px 13px;
}
div#pagination ul {
	list-style-type: none;
}
div#pagination ul li {
	float: left;
}
div#pagination a {
	background: #EEE;
	border: 1px solid #DDD;
	color: #333;
	display: block;
	margin-right: 3px;
	padding: 3px 5px;
}
div#pagination ul li#current_page a {
	background: #DDD;
	color: #999;
	text-decoration: none;
}
div#pagination a#next,  div#pagination a#previous {
	float: left;
}

/* POWERED BY FLICKR */
div#content p {
	clear: left;
	font-size: 0.8em;
	margin-top: -4px;
	text-align: right;
}
div#content p a.external {
	background-position: right -12px;
}
div#content p a.external:hover {
	background-position: right 0px;
}