@charset "utf-8";
/* CSS Document */
	
.clear {
	clear: both;
	}
	
/* Slider
====================================================== */
.jf-slider {
	overflow: hidden;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -999;
	}

.jf-slider-pattern {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	z-index: -1;
	}

.jf-slider-preloader {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    /*width: 38px;*/
    /*height: 38px;*/
    background: url('../images/player-preloader-bg.png') center center no-repeat;
    padding: 0;
    margin: 0 auto;
    z-index: 599;
}

.jf-slider-preloader div {
    display: block;
    width: 38px;
    height: 38px;
    background: url('../images/loader-slider.gif') center center no-repeat;
}

/*
.jf-slider-time-line {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: 10000;
}

.jf-slider-time-line div {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
}
*/

.jf-slider img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	}