.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_content {
	position:absolute;
	bottom:6px;
	left:30px;
	z-index:10;
	display:none;
	width:370px;
	height:135px;
	padding:20px;
	background:url(../img/bg_black_85.png) repeat;
	border-bottom:3px solid #fff;
}

.tf_content h2 {
	color:#fff;
	font-size:36px;
	display:block;
	margin-bottom:10px;
	letter-spacing:-1px;
}
.tf_content h2 span {
	color:#ccc;
	font-size:22px;
	display:block
}


.tf_thumbs{
	position:absolute;	
	z-index:12;
	left:30px;
	bottom:200px;
	margin-top:-79px;
	border:3px 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.8, transparent),
			to(rgb(18, 18, 18))
		);
}
.tf_thumbs img{
	display:block;
}
.tf_loading{
	position:fixed;
	top:50%;
	left:50%;
	margin:-30px 0px 0px -30px;
	width:60px;
	height:60px;
	background:#fff url(../images/flip_gallery/loader.gif) no-repeat center center;
	z-index:999;
	opacity:0.7;
}

.tf_prev{
	width:34px;
	height:34px;
	position:absolute;
	bottom:265px;
	left:210px;
	z-index:100;
	cursor:pointer;
	background:transparent url(../images/flip_gallery/nav.png) no-repeat top left;

}
.tf_next {
	width:34px;
	height:34px;
	position:absolute;
	bottom:200px;
	left:210px;
	z-index:100;
	cursor:pointer;
	background:transparent url(../images/flip_gallery/nav.png) no-repeat left -34px;

}
