body {
	background: #ebebeb;
	color: #181818;
	font: 0.75em/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 40px;
}
div.contact a {
	color: #181818;
	text-decoration: none;
	border-bottom: 1px solid #181818;
	padding: 1px 2px;
}
div.contact a:hover {
	color: #fff;
	text-decoration: none;
	background: #333;
	border: none;
}
h1 {
	text-indent: -9999px;
	background: url(/images/logo.png) no-repeat;
	width: 247px; height: 42px;
}
h2 {
	font-size: 1em;
	font-weight: normal;
	cursor: pointer;
	display: inline;
	float: left;
	clear: both;
	padding: 2px 3px;
}
h2:hover {
	background: #333;
	color: #fff;
}
h2.open {
	background: #333;
	color: #fff;
}
div.scroller {
	margin: 5px 0 15px 0;
	float: left;
	clear: both;
}
div.photoset {
	width: 100%;
	top: 0;
	display: block !important;
}
div.photoset img {
	background: #fff;
	padding: 6px;
	-moz-box-shadow: 3px 3px 3px #ddd;
	-webkit-box-shadow: 3px 3px 3px #ddd;
	box-shadow: 3px 3px 3px #ddd;
}
div.nav {
	width: 100%;
}
div.nav a.prev,
div.nav a.next {
	font-size: 1.25em;
	height: 22px;
	display: block;
	float: left;
	text-decoration: none;
	color: #333;
	padding: 2px 5px;
}
div.nav a.close {
	float: left;
	text-decoration: none;
	color: #333;
	padding: 2px 5px;
}
div.nav a:hover {
	background: #333;
	color: #fff;
}
div.contact {
	padding: 20px 30px;
}
div.contact h3, div.contact ul {
	margin-bottom: 10px;
}
div.left, div.right {
	width: 300px;
	float: left;
}
div.right {
	float: right;
}
div.counter {
	float: left;
	width: 40px;
	margin-left: 10px;
	padding: 3px 0;
	color: #333;
}