#photo_gallery_shell {
	background-color: black;
	color: white;
	padding-top: 20px;
	padding-left: 10px;
	height: 430px;
	overflow: auto;
}

#photo_gallery_shell a {
	color: white;
}

#photo_gallery_shell a.active {
	font-weight: bold;
}

#photo_gallery_shell p.page_links {
	text-align: center;
	clear: both;
}

ul#photo_gallery li {
	list-style: none;
	float: left;
	text-align: center;
	width: 120px;
	margin-bottom: 10px;
}

ul#photo_gallery li img {
	border: 1px solid #D3A205;
	width: 116px;
	height: 94px;
}