html
{
	overflow-x: hidden;
}



.tf_bg{
	width:100%;
	height:100%;
	position:fixed;
}
.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;
	opacity: 0.8;
}

#thumb{ margin:auto; position:absolute;	width:100px; height:100px; padding:20px; padding-top:0px; padding-left:0; z-index:2;}

.tf_thumbs{
	position:absolute;	
	z-index:1;
	right:50px;
	top:75%;
	border:4px solid #fff;
	-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:block;
	width:150px;
}

.tf_next,
.tf_prev{
	width:35px;
	height:14px;
	position:absolute;
	left:70px;
	z-index:1;
	cursor:pointer;
	background:transparent url(../img/nav.png) no-repeat top left;
	opacity:1;
}
.tf_next{
	background-position:0px -14px;
	margin-top:80px;
}
.tf_prev{
	background-position:0px 0px;
	margin-top:-55px;
}
.tf_next:hover,
.tf_prev:hover{
	opacity:0.9;
}