@import url("animation.css") screen;

.content_tf h1 {
	font-size:45px;
	color:#000;
	text-shadow:0px 1px 1px #f4f4f4;
	text-align:center;
	padding:auto;	
}
/* LAYOUT */
.container_tf {
	margin:0 auto;
	/*overflow:hidden;*/
	/*width:960px;*/
}
/* SLIDER */
#content_tf-slider {
	width:100%;
	height:360px;
	margin: auto;
}
/* SLIDER */
#slider {
	background:#000;
	border:6px solid #eaeaea;
	box-shadow:2px 2px 5px rgba(0,0,0,0.7);
	height:320px;
	max-width:680px;
	width: auto;
	margin:auto;
	overflow:visible;
	position:relative;
}
#mask {
	overflow:hidden;
	height:320px;
}
#slider ul {
	margin:0;
	padding:0;
	position:relative;
}
#slider li {
	width:680px;
	height:320px;
	position:absolute;
	top:-325px;
	list-style:none;
}

#slider li.firstanimation {
	animation:cycle 25s linear infinite;
	-moz-animation:cycle 25s linear infinite;	
	-webkit-animation:cycle 25s linear infinite;	
}
#slider li.secondanimation {
	animation:cycletwo 25s linear infinite;
	-moz-animation:cycletwo 25s linear infinite;
	-webkit-animation:cycletwo 25s linear infinite;			
}
#slider li.thirdanimation {
	animation:cyclethree 25s linear infinite;
	-moz-animation:cyclethree 25s linear infinite;
	-webkit-animation:cyclethree 25s linear infinite;		
}
#slider li.fourthanimation {
	animation:cyclefour 25s linear infinite;
	-moz-animation:cyclefour 25s linear infinite;
	-webkit-animation:cyclefour 25s linear infinite;		
}
#slider li.fifthanimation {
	animation:cyclefive 25s linear infinite;
	-moz-animation:cyclefive 25s linear infinite;
	-webkit-animation:cyclefive 25s linear infinite;		
}
/* #slider li.sixthanimation {
	animation:cyclefive 25s linear infinite;
	-moz-animation:cyclefive 25s linear infinite;
	-webkit-animation:cyclefive 25s linear infinite;		
}
#slider li.seventhanimation {
	animation:cyclefive 25s linear infinite;
	-moz-animation:cyclefive 25s linear infinite;
	-webkit-animation:cyclefive 25s linear infinite;		
} */

#slider .tooltip_tf {
	background:rgba(0,0,0,0.7);
	width:300px;
	height:60px;
	position:relative;
	bottom:85px;
	left:-320px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;  
}
#slider .tooltip_tf h1 {
	color:#fff;
	font-size:24px;
	font-weight:300;
	line-height:60px;
	padding:0 0 0 20px;
}
#slider li#first:hover .tooltip_tf, 
#slider li#second:hover .tooltip_tf, 
#slider li#third:hover .tooltip_tf, 
#slider li#fourth:hover .tooltip_tf, 
#slider li#fifth:hover .tooltip_tf/* ,
#slider li#sixth:hover .tooltip_tf,
#slider li#seventh:hover .tooltip_tf */ {
	left:0px;
}
#slider:hover li, 
#slider:hover .progress-bar {
	animation-play-state:paused;
	-moz-animation-play-state:paused;
	-webkit-animation-play-state:paused;
}

/* PROGRESS BAR */
.progress-bar { 
	position:relative;
	top:-5px;
	width:680px; 
	height:5px;
	background:#000;
	animation:fullexpand 25s ease-out infinite;
	-moz-animation:fullexpand 25s ease-out infinite;
	-webkit-animation:fullexpand 25s ease-out infinite;
}