

@import url("reset.css") screen;
@import url("animation.css") screen;
@media screen and (min-width: 900px) {
/* CONTENT SLIDER */
#content-slider {
	width:100%;
	height:350px;
	margin:10px auto 0;
}
/* SLIDER */
#slider {
	background:#000;
	box-shadow:1px 1px 5px rgba(0,0,0,0.7);
	height:350px;
	width:100%;
	margin:40px auto 0;
	overflow:visible;
	position:relative;
}
#mask {
	overflow:hidden;
	height:350px;
}
#slider ul {
	margin:0;
	padding:0;
	position:relative;
}
#slider li {
	width:100%;
	height:100%;
	position:absolute;
	top:-325px;
	list-style:none;
}
}



@media screen and (max-width: 899px) {
/* CONTENT SLIDER */
#content-slider {
	width:100%;
	height:250px;
	margin:10px auto 0;
}
/* SLIDER */
#slider {
	background:#000;
	box-shadow:1px 1px 5px rgba(0,0,0,0.7);
	height:250px;
	width:100%;
	margin:40px auto 0;
	overflow:visible;
	position:relative;
}
#mask {
	overflow:hidden;
	height:250px;
}
#slider ul {
	margin:0;
	padding:0;
	position:relative;
}
#slider li {
	width:100%;
	height:250px;
	position:absolute;
	top:-325px;
	list-style:none;
}
}





@media screen and (max-width: 480px) {
/* CONTENT SLIDER */
#content-slider {
	width:100%;
	height:120px;
	margin:10px auto 0;
}
/* SLIDER */
#slider {
	background:#000;
	box-shadow:1px 1px 5px rgba(0,0,0,0.7);
	height:120px;
	width:100%;
	margin:40px auto 0;
	overflow:visible;
	position:relative;
}
#mask {
	overflow:hidden;
	height:150px;
}
#slider ul {
	margin:0;
	padding:0;
	position:relative;
}
#slider li {
	width:100%;
	height:120px;
	position:absolute;
	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:1; 
	height:5px;
	background:#000;
	-moz-animation:fullexpand 25s ease-out infinite;
	-webkit-animation:fullexpand 25s ease-out infinite;
}




