.tf_bg{
	width:100%;
	height:100%;
	position:fixed; /*z-index:10;*/
	top:0px;
	left:0px;

    /*background: url(../images/fone.png); */
}
.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: url(../images/pattern_2.png);*/
	z-index:2;
}
.tf_content{
	position:absolute;
	bottom:50px;
	left:50px;
	z-index:10;

   	display:none;
}
.tf_content h3{
	color:#fff;
	font-size:28px;
	padding:0;
	margin:0;
	font-family: "Times New Roman", Times, serif, Georgia;
	/*text-shadow:1px 1px 2px #000; */
    text-shadow: 0 -2px #000, 2px 0 #000, 0 2px #000, -2px 0 #000;

    /*filter: Shadow(Color=#333, Direction=10, Strength=1);  */  /*ie мое */

    filter: glow(Strength=2, color="#333333";)
}
.tf_content p{
	/*color:#fff;*/
        color: #fff; /*font-weight: bold; */

           /*filter: glow(Strength=2, color="red";) */
    /* filter: Shadow(Color=#333, Direction=45, Strength=1);*/   /*ie мое */

	padding:0;
	margin:0;
	background:transparent url(/slideshow/fsgalleryflip/images/bg_content.png);
    /*background:url(../../images/fone-tran-black-60.png); */

	padding:10px;
	width:500px;
	font-family: 'PT Sans Narrow', arial, serif;
	font-size:150%;
    line-height:150%; /*line-height:20px; */
	/*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:3px solid #fff; /*border-radius:4px;*/
}
.tf_content p a{
     text-shadow:none;
}


.tf_content #more{
   text-transform:lowercase;
   /*font-weight: bold; */
   color:#00f;
}



.tf_thumbs{
position:absolute;
	z-index:12;
	right:50px;
	top:50%;
	margin-top:-80px;
	border:4px solid #fff;
    
}
.tf_thumbs img{
	display:block;  height:140px; 
}
.tf_loading{
	position:fixed;
	top:50%;
	left:50%;
	margin:-30px 0px 0px -30px;
	width:60px;
	height:60px;
	background:#fff url(/slideshow/fsgalleryflip/images/loader.gif) no-repeat center center;
	z-index:999;
	opacity:0.7;

    /* мое */
    padding:10px;
    border:2px #666 solid;
    border-radius: 10px;
}
.tf_next,
.tf_prev{
	width:35px;
	height:14px;
	position:absolute;
	top:47%;
	right:320px;
	z-index:100;
	cursor:pointer;
	background:transparent url(/slideshow/fsgalleryflip/images/nav.png) no-repeat top left;
	opacity:0.5;
}
.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;
}
.tf_zoom,
.tf_fullscreen{
	width:20px;
	height:20px;
	position:absolute;
	top:6px;
	right:6px;
	cursor:pointer;
	z-index:100;
	opacity:1.0;
	background:transparent url(/slideshow/fsgalleryflip/images/icons.png) no-repeat top left;
}
.tf_zoom{
	background-position:0px -20px;
}
.tf_fullscreen{
	background-position:0px 0px;
}
.tf_zoom:hover,
.tf_fullscreen:hover{
	opacity:0.9;
}
.reference{
	position:fixed;
	bottom:0px;
	right:0px;
	background:#000;
	height:23px;
	text-align:right;
	width:100%;
	text-shadow:1px 1px 1px #000;
	z-index:999;
	opacity:0.8;
}

.reference {
	color:#fff;
	text-transform: uppercase;
	margin-left:20px;
	text-decoration:none;
	font-family:Arial;
	font-size:10px;
    padding-right:10px;
}

#stop{
    width:32px;
    height:32px;
    position:fixed;
    z-index:100;
    cursor:pointer;
    right:5px;
    top:5px;
    background: url(/slideshow/fsgalleryflip/images/close.png);  /* url(/images/close.png);  */
}

#stop:hover{
    background-position: 0 -32px;
}

#screen{

    position:fixed;
    width:100%;
    height:100%;

    left:0;
    top:0;

     background:url(/slideshow/fsgalleryflip/images/fone-tran-black-80.png);
}

