html, body{
	margin: 0;
	padding: 0;
	font-family:Garamond;
}
body{
	background:#000;
}

a:visited {color: #fff; text-decoration: none;}
.tf_bg{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
}
.tf_bg img{
	position:absolute;
	top:0px; /*-482px;	 -(imgh/2 - wh/2) */
	left:0px;	/* calculate a negative value to center horizontally */
	width:100%;	/* windowwidth plus negative value of left */
	/*height:1650px; /* windowheight plus negative value of top */
	z-index: 1;
	display:none;
}
.tf_pattern{
	position:absolute;
	width:100%;
	height:100%;
	background:transparent url(/images/fg/pattern.png) repeat top left;
	z-index:2;
}
.tf_content{
	position:absolute;
	bottom:50px;
	left:50px;
	z-index:10;
	display:none;
}
.tf_content h2{
	color:#fff;
	font-size:90px;
	padding:0;
	margin:0;
	font-family: 'Dancing Script', arial, serif;
	text-shadow:1px 1px 2px #000;
}
.tf_content p{
	color:#fff;
	padding:0;
	margin:0;
	background:transparent url(/images/fg/bg_content.png) repeat top left;
	padding:40px;
	width:500px;
	font-family: 'PT Sans Narrow', arial, serif;
	font-size:20px;
	line-height:25px;
	text-transform:uppercase;
	text-shadow:2px 2px 1px #000;
	-moz-box-shadow:1px 1px 5px #202020;
	-webkit-box-shadow:1px 1px 5px #202020;
	box-shadow:1px 1px 5px #202020;
	border:4px solid #fff;
}
.tf_thumbs{
	position:absolute;	
	z-index:12;
	right:3px;
	top:60px;
	margin-top:4px;
	border:1px solid #000;
	-moz-box-shadow:1px 1px 5px #202020;
	-webkit-box-shadow:1px 1px 5px #202020;
	box-shadow:1px 1px 5px #202020;	
	-webkit-box-reflect:
		below 5px
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(transparent),
			color-stop(0.6, transparent),
			to(rgb(18, 18, 18))
		);
}
.tf_thumbs img{
	display:none;
}
.tf_loading{
	position:fixed;
	top:50%;
	left:50%;
	margin:-50px 0px 0px -125px;
	width:250px;
	height:100px;
	background:#000 url(/images/fg/loading-photos.gif) no-repeat center center;
	z-index:999;
	opacity:0.7;
}
.tf_next,
.tf_prev{
	width: 100px;
	height: 40px;
	position:absolute;
	top:50%;
	right: 2px;
	z-index:100;
	cursor:pointer;	
	background:transparent url(/images/fg/nav-100.png) no-repeat top left;
	opacity:0.17;
}
.tf_next{
	background-position:0px -40px;
	margin-top: 112px;
}
.tf_prev{
	background-position:0px 0px;
	margin-top:-116px;
}
.tf_next:hover,
.tf_prev:hover{
	opacity:0.9;
}
.tf_zoom,
.tf_fullscreen{
	width:20px;
	height:20px;
	position:absolute;
	top:0px;
	right:0px;
	cursor:pointer;
	z-index:100;
	opacity:0.4;
	background:transparent url(/images/fg/icons.png) no-repeat top left;
}
.tf_zoom{
	background-position:0px -20px;
}
.tf_fullscreen{
	background-position:0px 0px;
}
.tf_zoom:hover,
.tf_help:hover,
.tf_help1:hover,
.tf_fullscreen:hover{
	opacity:0.6;
}
.tf_help{
	width:20px;
	height:20px;
	position:absolute;
	top:24px;
	right:0px;
	cursor:pointer;
	z-index:100;
	opacity:0.25;
	background:transparent url(/images/fg/icon-help.png) no-repeat top left;
}
.tf_help1{
	width:20px;
	height:20px;
	position:absolute;
	top:6px;
	right:0px;
	cursor:pointer;
	z-index:100;
	opacity:0.25;
	background:transparent url(/images/fg/icon-help.png) no-repeat top left;
}
#gallery-left {
	}
#logo img{
	position:absolute;
	top:0px;
	right:0px;
	height:20px;
	z-index:9999;
}
#logo a:visited{ 
	color: none;
}
#sitenav{
	display: none;
	position:fixed;
	top:0px;
	right:0px;
	background:#000;
	height:15px;
	text-align:right;
	width:100%;
	z-index:999;
	opacity: .9;
}
#sitenav #links {
	position:fixed;
	top:0px;
	right:30px;
	color:#aaa;
	text-transform: uppercase;
	margin-left:20px;
	padding-left: 10px;
	text-decoration:none;
	font-family:Garamond;
	font-size:18px;
	border: 0px;
	opacity: 1;
}
#sitenav #links a {
	margin-right: 11px;
	color:#ccc;	
	text-decoration:none;
	}
#sitenav #links a.active {
	color: #fff;
	}
#sitenav #links a.latent {
	}
#sitenav #links a:hover, 
#sitenav #links a.active:hover{ 
	color: #fff;
	}
#sitenav #links a:visited{ 
	color: #999;
	}
#reference {
	display:none;
	position:fixed;
	top:15px;
	right:35px;
	color:#ccc;
	text-transform: uppercase;
	text-shadow:1px 1px 1px #000;
	z-index:999;
}
#ref-browse , #ref-toggle, #ref-nav {
	color:#eee;
	text-transform: uppercase;
	margin-left:20px;
	text-decoration:none;
	font-family:Garamond;
	font-size:14px;
	border: 0px;
}
#ref-browse {
	position:fixed;
	right:35px;
	top:40px;
}
#ref-toggle {
	position:fixed;
	right:35px;
	top:65px;
	}
a.last{
	float:left;
	line-height:23px;
}