html, body {
	height: 100%;
}
body {
	margin: 0;
	overflow: hidden;
	background: url(../images/bg.png) repeat-x #000000;
}
#page {
	width: 960px;
	margin: 0 auto;
	/* overflow: hidden; */
}
#content {
	position: relative;
}
#content .logo {
	width: 203px;
	height: 95px;
	background: url(../images/logo.gif) no-repeat transparent;
	text-indent: -5000px;
	color: #333333;
	display: block;
	float: left;
	outline: none;
}
#pagecontainer {
	background-color:#000000;
	float:left;
	height:525px;
	margin:20px 0 0 10px;
	width:700px;
	overflow: hidden;
}
#pagecontainer .bigimage {
	float: left;
	margin: 0 20px;
}
#pagecontainer h1 {
	font-family: Arial, sans-serif;
	font-size: 20px;
	line-height: 16px;
	color: #ffffff;
	margin: 0 0 20px;
	font-weight: normal;
}
#pagecontainer p,
#pagecontainer td {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #cbcbcb;
	margin: 0 20px 0;
}
#pagecontainer a {
	color: #ffffff;
	text-decoration: underline;
}
#pagecontainer a:hover {
	color: #666666;
}
#photocontainer {
	width: 700px;
	height: 525px;
	background-color: #000000;
	float: left;
	margin-left: 10px;
}
#photos {
	position: relative;
	width: 700px;
	height: 525px;
	overflow: hidden;
}
#photos .photo {
	position: absolute;
	background: #000000 center center no-repeat;
	width: 700px;
	height: 525px;
}
#menulist {
	width: 110px;
	height: 100%;
	float: right;
}
#thumbscontainer {
	width: 100px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	/* bottom: 0px; */
	height: 930px;
	left: 50%;
	margin-left: 250px;
}
#thumbs {
	width: 100px;
	position: absolute;
	top: 100px;
	/* bottom: 0px; */
	left: 0px;
	overflow: hidden;
}

#thumbs .thumb {
	display: block;
	float: left;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
	cursor: pointer;
	overflow: hidden;
	text-indent: -5000px;
}

#thumbs ul {
	padding: 0;
	list-style: none;
	overflow: hidden;
	margin-top: 95px;
}

#thumbscontainer .disabled .thumb {
	opacity: .3;
	filter: alpha(opacity=30);
}

#thumbarrows {
	width: 25px;
	overflow: hidden;
	position: absolute;
	top: 529px;
	left: 50%;
	margin-left: 370px;
}
#thumbarrows ul {
	padding: 0;
	list-style: none;
	overflow: hidden;
	margin-top: 0px;
}

#thumbarrow_up {
	width: 25px;
	height: 25px;
	display: block;
	float: left;
	background: transparent no-repeat url(../images/arrow_up.png);
	text-indent: -5000px;
	outline: none;
	margin-bottom: 40px;
}

#thumbarrow_up:active {
	background-image: url(../images/arrow_up_click.png);
}

#thumbarrow_up_inactive {
	cursor: default;
	width: 25px;
	height: 25px;
	display: block;
	float: left;
	background: transparent no-repeat url(../images/arrow_up_inactive.png);
	text-indent: -5000px;
	outline: none;
	margin-bottom: 40px;
}

#thumbarrow_down {
	width: 25px;
	height: 25px;
	display: block;
	float: left;
	background: transparent no-repeat url(../images/arrow_down.png);
	text-indent: -5000px;
	outline: none;
}

#thumbarrow_down:active {
	background-image: url(../images/arrow_down_click.png);
}

#thumbarrow_down_inactive {
	cursor: default;
	width: 25px;
	height: 25px;
	display: block;
	float: left;
	background: transparent no-repeat url(../images/arrow_down_inactive.png);
	text-indent: -5000px;
	outline: none;
}

#menulist ul {
	list-style: none;
	padding: 0;
	margin: 95px 0 0;
}

#menulist ul li {
	display: block;
	overflow: hidden;
	margin: 0 0 14px;
}
#menulist ul li a {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #cbcbcb;
	text-decoration: none;
	cursor: pointer;
}
#menulist ul li a .left {
	width: 12px;
	height: 25px;
	float: left;
	display: block;
}
#menulist ul li a .label {
	height: 21px;
	float: left;
	display: block;
	overflow: hidden;
	padding-top: 4px;
}
#menulist ul li a .right {
	width: 12px;
	height: 25px;
	float: left;
	display: block;
}
#menulist ul li a:hover .left {
	background: transparent no-repeat url(../images/menuitem_hover_left.png);
}
#menulist ul li a:hover .label {
	background: transparent repeat-x url(../images/menuitem_hover_label.png);
}
#menulist ul li a:hover .right {
	background: transparent no-repeat url(../images/menuitem_hover_right.png);
}
#menulist ul li.active a .left {
	background: transparent no-repeat url(../images/menuitem_active_left.png);
}
#menulist ul li.active a .label {
	background: transparent repeat-x url(../images/menuitem_active_label.png);
}
#menulist ul li.active a .right {
	background: transparent no-repeat url(../images/menuitem_active_right.png);
}
#menulist ul li a:active .left {
	background: transparent no-repeat url(../images/menuitem_active_left.png);
}
#menulist ul li a:active .label {
	background: transparent repeat-x url(../images/menuitem_active_label.png);
}
#menulist ul li a:active .right {
	background: transparent no-repeat url(../images/menuitem_active_right.png);
}

#flashnavigator {
	position:relative;
	top: -525px;
}

#fade {
	background: transparent repeat-x url(../images/fade.png);
	width: 148px;
	height: 64px;
	position:absolute;
	top: 866px;
	left: 50%;
	margin-left: 225px;
}
