html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
}
a{
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
}
h1, h2 {
}
h1 {
}
h2 {
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
}
div#container {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
}
div.caption-container {
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.download {
	margin-top: 8px;
}
div.photo-index {
}
div.navigation a.prev {
	background-image: url(prevPageArrow.gif);
}
div.navigation a.next {
	background-image: url(nextPageArrow.gif);
}
div.loader {
	background-image: url(loader.gif);
}
div.slideshow img {
	border: 1px solid #c5d0bb;
	padding: 7px;
}
ul.thumbs li.selected a.thumb {
	background: #fff;
	border: 1px solid #c5d0bb;
}
#thumbs a:hover {
	border: 1px solid #c5d0bb;
}
#thumbs a {
	border: 1px solid #fff;
}
div.pagination a:hover {
	background-color: #eee;
}
div.pagination span.current {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
