body{
	background-color: #3F3F3F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
	margin: 0px;
	font-size: 16px;
	height: 100%;
	width: 100%;
}
a{
	text-decoration: none;
	color: #C0C0C0;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1000;
}
p, li {
	line-height: 1.8em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
}

div#container {
	width: 100%;
	height: 100%;
}
#container #page {
	width: 100%;
	position: absolute;
	height: 90%;
	bottom: 2px;
	overflow: hidden;
	text-align: left;
}
#container #contentContainer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #888;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
}

h2.album-date {
	margin-top: 6px;
}
p.album-description {
	margin-top: 20px;
}
ul.meta {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 0.8em;
}
ul.meta li {
	padding: 0;
	list-style: none;
}
div.caption-container {
	color: #eee;
	visibility: hidden;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.photo-index {
	color: #888;
}
div.navigation a.prev {
	background-image: url("res/images/prevPageArrowWhite.gif");
}
div.navigation a.next {
	background-image: url("res/images/nextPageArrowWhite.gif");
}
div.loader {
	background-image: url("res/images/loaderWhite.gif");
}
div.slideshow img {
	/* vertical-align: middle; */
	border: 2px solid #FFFFFF;
}
ul.thumbs li.selected a.thumb {
	background: #fff;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	border: 1px solid #333;
}
div.pagination a:hover {
	background-color: #111;
}
div.pagination span.current {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}
