@import url("reset.css") screen;
@import url("animation.css") screen;

/* Common */




/* LAYOUT */
.container {
	overflow:hidden;
	float:left;
	margin-right:34px;
}

/* CONTENT SLIDER */
#content-slider {
    width:294px;
    height:217px;
}
/* SLIDER */
#slider {
    width:294px;
    height:217px;
    float:left;
    margin-right:34px;
	overflow:visible;
	position:relative;
}
#mask {
	overflow:hidden;
	height:217px;
}
#slider ul {
	margin:0;
	padding:0;
	position:relative;
}
#slider li {
    width:294px;
    height:217px;
	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.firstanimation .nextanimation {
	-moz-animation:cycle 15s linear infinite;	
	-webkit-animation:cycle 25s linear infinite;		
}

#slider .tooltip {
	width:264px;
	height:97px;
	position:relative;
	background-color:#625d5a;
    opacity: 0.7;
    filter: alpha(opacity=40); /* For IE8 and earlier */
	bottom:125px;
	left:0px;
	font-weight:bold;
    padding-left:15px;
    padding-right:15px;
    padding-top:20px;
    line-height:21px;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out; 
	color:#FFFFFF;
    font-size:13px;
    font-weight:bold; 
}
#slider .tooltip h1 {
	color:#fff;
	font-size:24px;
	font-weight:300;
	line-height:60px;
	padding:0 0 0 20px;
}
#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;
	bottom:150px;
}
#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:680px; 
	height:5px;
	background:#000;
	-moz-animation:fullexpand 25s ease-out infinite;
	-webkit-animation:fullexpand 25s ease-out infinite;
}