body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	outline-width: 0;
	outline: none;
	background-color: black;
}
img {
	border: 0;
}
img a {
	border: none;
}
#menubalk {
	width: 100%;
	height: 30px;
	background-color: #333;
	position: absolute;
	top: 0;
	left: 0;
	color: white;
	z-index: 3;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 30px;
}

#menubalk #logo {
	float: left;
	width: 250px;
	height: 30px;
	line-height: 0px;
}
#menubalk #menu {
	float: left;
	margin-left: 20px;
	color: #666;
	letter-spacing: 1px;
}
#menubalk #menu .spacer {
	padding-right: 4px;
	padding-left: 4px;
}
#menubalk #menu .current {
	color: white;
}
#content, #content-home, #collection {
	z-index: 3;
	position: absolute;
	top: 50px;
	left: 250px;
	padding: 10px;
}
#content {
	background-color: white;
	line-height: 18px;
	padding-right: 40px;
}
#content h4 {
	margin-bottom: -8px;
	color: #555;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 10px;
}
#content a {
	color: #769;
}
#content a:hover {
	color: black;
}
#content-home {
	color: white;
	font: 1.8em/40px Georgia, "Times New Roman", Times, serif;
	width: 500px;
}
#collection {
	top: 30px;
	left: 30px;
	padding-right: 40px;
	font: 14px/28px Georgia, "Times New Roman", Times, serif;
	color: white;
	width: 300px;
	height: 90%;
}
#collection #beau {
	position: absolute;
	bottom: 0px;
	color: #666;
}
a { 
	color: #999;
	text-decoration: none;
	outline-width: 0;
	outline: none;
}
a:hover { 
	color: #fff;
}
.small {
	font-size:10px;
}

#overlay {
	position: absolute;
	left: 20px;
	top: 20px;
	color: #fff;
	padding: 10px;
	background: #000;
	width: 255px;
	border-top: solid 1px #d4d4d4;
	border-left: solid 1px #d4d4d4;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;	
	z-index:1;
}

fieldset {
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	border:solid 1px #333;
}
fieldset * {
	text-align: left;
}
legend {
	color: #fc0;
	cursor: pointer;
	display: block;	
}

#control {
	text-align: center;
}
#control a {
	font-weight: bold;
	padding: 5px;
}

#thumbs, #thumbs1, #thumbs2 {
	text-align: center;
}
#thumbs a, #thumbs1 a, #thumbs2 a {
	display: block;
	line-height: 22px;
	float: left;
	width: 22px; 
	height: 22px;
}

#transition {
	width:100%;
}

#showtitle {
	z-index: 3;
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: #000;
	display: none;
	color: #fff;
	padding: 10px;
	width: 275px;
	border-top: solid 1px #d4d4d4;
	border-left: solid 1px #d4d4d4;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;	
}

a.activeslide { background:red; }

#superbgimage {
	display: none;
	background: #fff url('superbgloading.gif') center center no-repeat;
}
#superbgimage img {
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
}
