html, body {
	margin:0;
	padding:0;
}

a{
	color: #666666;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}



<!--slide show-->


div#container {
	padding: 0px;
}


div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px 265px;
	text-align: left;
}


div#page {
	background-color: #000;
	border:none;
}
div#footer {
	color: #888;
}
div.caption-container {
	color: #333333;
}
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 {
	color: #888;
}
div.navigation a.prev {
	background-image: url(prevPageArrowWhite.gif);
}
div.navigation a.next {
	background-image: url(nextPageArrowWhite.gif);
}
div.loader {
	background-image: url(loaderWhite.gif);
}
div.slideshow img {
	border:none;
}
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;
}