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

/* Common */




#slidy {
	background:#000;
	border:1px solid #eaeaea;
	height:177px;
	width:306px;
	margin:5px auto 0;
	overflow:visible;
	position:relative;
}



#mask {
	overflow:hidden;
	height:180px;
}
#slidy ul {
	margin:0;
	padding:0;
	position:relative;
}
#slidy li {
	width:300px;
	height:171px;
	position:absolute;
	top:-325px;
	list-style:none;
}

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

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

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