html {
	height:100%;
	margin:0;
}

BODY {
	background-color: #000000;
	height:100%;
	margin:0;
	color: #666666;
	font-family: 'Helvetica Neue','Helvetica',Arial;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #666666;
}

a.pagelink {
	display: block;
}

#page {
	margin: 0;
	min-height:100%;
	overflow:hidden;
}

#logo {
	display:block;
	position: fixed;
	top: 32px;
	left: 22px;
	width: 148px;
	height: 35px;
	text-indent: -5000px;
	background: transparent no-repeat url(../images/logo.gif);
	outline: none;
}

#menu {
	position: fixed;
	top: 96px;
	left: 22px;
	width: 150px;
	font-family: 'Helvetica Neue','Helvetica',Arial;
	font-size: 8.5pt;
	font-weight: bold;
	line-height: 18px;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#menu a {
	color: #666666;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
}
#menu li.active a {
	color: #FFFFFF;
}

#footer {
	position: fixed;
	left: 22px;
	margin: 0;
	width: 170px;
	font-family: 'Helvetica Neue','Helvetica',Arial;
	font-size: 8.5pt;
	font-weight: bold;
	line-height: 18px;
	overflow: hidden;
}
#footer em {
	font-style: normal;
	color: #ffffff;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
}

#content {
	margin: 96px 0 32px 185px;
	width:770px;
	overflow: hidden;
}
div.album {
	display: block;
	margin: 0 0 27px 0;
	width: 770px;
}
#content .news {
	font-family: 'Helvetica Neue','Helvetica',Arial;
	font-size: 8.5pt;
	font-weight: bold;
	margin: 0 0 27px 0;
	line-height: 18px;
	color: #ffffff;
	width: 242px;
}
#content .news h1 {
	margin: 0;
	padding: 0;
	font-family: 'Helvetica Neue','Helvetica',Arial;
	font-size: 8.5pt;
	font-weight: bold;
	line-height: 18px;
	color: #666666;
}
#content .news p {
	margin: 0;
	padding: 0;
}
#content h2 {
	font-family: 'Helvetica Neue','Helvetica',Arial;
	font-size: 8.5pt;
	font-weight: bold;
	margin: 0 0 9px 0;
	line-height: 18px;
}
#content h2 label {
	color: #ffffff;
}
#content ul.thumbs {
	margin: 13px 0 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
#content ul.thumbs li {
	display:block;
	width: 72px;
	height: 72px;
	float: left;
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 0 18px 18px 0;
}
#content ul.thumbs li a {
	display: block;
	width: 72px;
	height: 72px;
	text-indent: -5000px;
	color: #ffffff;
	text-decoration: none;
	overflow: hidden;
	background: none;
}
#content ul.thumbs li a:hover {
	/* background: transparent no-repeat url(../images/thumbover.png); */
	background-color: #000000;
	opacity: .3;
	filter: alpha(opacity=30);
}
div.slideshow {
	display: block;
	margin: 4px 0 27px 0;
	width: 770px;
}
.slideshow-container {
	width: 770px;
	height: 513px;
	overflow: hidden;
	margin: 0 0 27px;
	position: relative;
}
.slideshow-container .images {
	position: absolute;
	height: 513px;
	background-color: #0f0f0f;
}
.slideshow-container .bigimage {
	display: block;
	float: left;
	width: 770px;
	height: 513px;
	background: transparent no-repeat center center;
}
#controls {
	overflow: hidden;
	float: right;
}
#controls a {
	float: left;
	text-decoration: none;
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	color: #ffffff;
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 0 0 0 62px;
	outline: none;
}
#controls #previous {
	width: 19px;
	height: 18px;
	background-image: url(../images/previous_up.gif);
}
#controls #previous:hover {
	background-image: url(../images/previous_over.gif);
}
#controls #next {
	width: 19px;
	height: 18px;
	background-image: url(../images/next_up.gif);
}
#controls #next:hover {
	background-image: url(../images/next_over.gif);
}
#controls #close {
	width: 18px;
	height: 18px;
	background-image: url(../images/close_up.gif);
}
#controls #close:hover {
	background-image: url(../images/close_over.gif);
}
#pages {
	font-family: 'Helvetica Neue','Helvetica',Arial;
	font-size: 8.5pt;
	font-weight: bold;
	line-height: 18px;
	color: #666666;
	float: right;
	display: block;
}
#pages #currentPhotoPage {
	color: #ffffff;
}

#navigation {
	background: transparent url(../images/black_90.png);
	position: fixed;
	left: 150px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}
#navigation .wrapper {
	overflow: hidden;
	width: 737px;
}
#navigation ul {
	margin: 20px 0 0 35px;
	padding: 0;
	list-style: none;
	display: block;
	float: right;
}
#navigation ul li {
	float: left;
	display: block;
	margin: 0 0 0 32px;
}
#navigation ul li a {
	font-family:'Helvetica Neue','Helvetica',Arial;
	font-size:8.5pt;
	font-weight:bold;
	line-height:18px;
	color: #666666;
	text-decoration: none;
	margin-bottom: 32px;
	display: block;
}
#navigation ul li.active a{
	color: #ffffff;
}
#navigation ul li a:hover {
	color: #ffffff;
}
#navigation .previous {
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	color: #ffffff;
	background-repeat: no-repeat;
	width: 19px;
	height: 18px;
	background-image: url(../images/previous_up.gif);
	margin-left: 60px;
	margin-bottom: 26px;
}
#navigation .previous:hover {
	background-image: url(../images/previous_over.gif);
}
#navigation .previous-disabled {
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	color: #ffffff;
	width: 19px;
	height: 18px;
	background: no-repeat transparent url(../images/previous_up.gif);
	margin-left: 60px;
	margin-bottom: 26px;
	opacity: .3;
	filter: alpha(opacity=30);
}
#navigation .next {
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	color: #ffffff;
	background-repeat: no-repeat;
	width: 19px;
	height: 18px;
	background-image: url(../images/next_up.gif);
	margin-left: 60px;
	margin-bottom: 26px;
}
#navigation .next:hover {
	background-image: url(../images/next_over.gif);
}
#navigation .next-disabled {
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	color: #ffffff;
	width: 19px;
	height: 18px;
	background: no-repeat transparent url(../images/next_up.gif);
	margin-left: 60px;
	margin-bottom: 26px;
	opacity: .3;
	filter: alpha(opacity=30);
}
