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

/* CONTENT SLIDER */
#content-slider {
	width:1024px;
	height:451px;
}
/* SLIDER */
#slider {
	background:#fff;
	width:1024px;
	height:451px;
	overflow:visible;
	position:relative;
}
#mask {
	overflow:hidden;
	height:451px;
}
#slider ul {
	margin:0;
	padding:0;
	position:relative;
}
#slider li {
	width:1024px;
	height:451px;
	position:absolute;
	top:-325px;
	list-style:none;
}

#slider li.firstanimation {
	-moz-animation:cycle 30s linear infinite;	
	-webkit-animation:cycle 30s linear infinite;		
}
#slider li.secondanimation {
	-moz-animation:cycletwo 30s linear infinite;
	-webkit-animation:cycletwo 30s linear infinite;		
}
#slider li.thirdanimation {
	-moz-animation:cyclethree 30s linear infinite;
	-webkit-animation:cyclethree 30s linear infinite;		
}

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