div#page {
	background-color: #000;
}

div.caption-container {
	color: #666;
	width:610px;
}
div.image-title {
	font-weight: bold;
	font-size: 14px;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.download {
	margin-top: 5px;
}

div.download a {
	text-decoration: underline;
}

div.photo-index {
	display: none;
}

div.navigation a.prev {
	background-image: url(../img/prevPageArrowWhite.gif);
	position: absolute;
	width: 18px;
	left: 0px;
	top: 0px;
	height: 160px;
}
div.navigation a.next {
	background-image: url(../img/nextPageArrowWhite.gif);
	position: absolute;
	width: 18px;
	right: 0px;
	top: 0px;
	height: 160px;
}
div.loader {
	background-image: url(../img/loaderWhite.gif);
}
div.slideshow img {
	border-color: #333;
}
ul.thumbs li.selected a.thumb {
	background: #fff;
}
div.pagination a:hover {
	background-color: #111;
}
div.pagination span.current {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}