#fancybox-content {border-color: #5a5a5a;}
body {
	background: #5a5a5a;
	text-align: left;
}
	#container {padding: 11px}
		h1 {
			color: #fff;
			font-size: 1.125em;
			font-weight: normal;
			float: none;
			width: auto;
			margin: .5em 0;
		}
		.captures {
			list-style: none;
			margin: 0;
		}
			.captures li {
				float: left;
				margin-right: 16px;
			}
				.captures h2 {
					font-size: .875em;
					font-weight: normal;
					color: #fff;
				}
				.captures .last a {
					margin-right: 0;
					display: block;
				}
				.captures li.current img,
				.captures li img:hover {outline: 11px solid #922F4B;}
/*					.captures img {display: block;}*/
			