@import url("animation.css") screen;
/* SLIDER */
#slider {
	height: 370px;
	width: 912px;
	overflow: visible;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 120px;
}
#mask {
	overflow: hidden;
	height: 370px;
}
#slider ul {
	margin: 0;
	padding: 0;
	position: relative;
	width: 912;
	height: 370;
}
#slider li {
	width: 912px;
	height: 370px;
	position: absolute;
	/* [disabled]top: -325px; */
	list-style: none;
}

#slider li.firstanimation {
	-moz-animation:cycle 25s linear infinite;	
	-webkit-animation:cycle 25s linear infinite;		
}
#slider li.secondanimation {
	-moz-animation:cycletwo 25s linear infinite;
	-webkit-animation:cycletwo 25s linear infinite;		
}
#slider li.thirdanimation {
	-moz-animation:cyclethree 25s linear infinite;
	-webkit-animation:cyclethree 25s linear infinite;		
}
#slider li.fourthanimation {
	-moz-animation:cyclefour 25s linear infinite;
	-webkit-animation:cyclefour 25s linear infinite;		
}
#slider li.fifthanimation {
	-moz-animation:cyclefive 25s linear infinite;
	-webkit-animation:cyclefive 25s linear infinite;		
}
#slider li#first:hover .tooltip, 
#slider li#second:hover .tooltip, 
#slider li#third:hover .tooltip, 
#slider li#fourth:hover .tooltip, 
#slider li#fifth:hover .tooltip {
	left:0px;
}
#slider:hover li, 
#slider:hover .progress-bar {
	-moz-animation-play-state:paused;
	-webkit-animation-play-state:paused;
}

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