@import url("slidereset.css") screen;
@import url("slideanimation.css") screen;

/* Common */

.content h1 {
	font-size:48px;
	color:#000;
	text-shadow:0px 1px 1px #f4f4f4;
	text-align:center;
	padding:60px 0 30px;	
}

/* LAYOUT */
.slide-container {
    margin: auto;
    overflow:hidden;
	width:100%;
    background-color: rgba(151, 187, 243, 0.46); /*#28799b;*/
}

/* CONTENT SLIDER */
#content-slider {
	width:100%;
	height:474px;
	margin:14px auto 0;
}
/* SLIDER */
#slider {
	background:#000;
	border:4px solid #eaeaea;
	box-shadow:1px 1px 5px rgba(0,0,0,0.7);
    height:450px;
	width:960px;
	margin:10px auto 0;
	overflow:visible;
	position:relative;
}
#mask {
	overflow:hidden;
    height:450px;
}
#slider ul {
	margin:0;
	padding:0;
	position:relative;
}
#slider li {
	width:960px;
    height:450px;
	position:absolute;
	top:-325px;
	list-style:none;
}

#slider li.firstanimation {
	-moz-animation:cycle 45s linear infinite;	
	-webkit-animation:cycle 45s linear infinite;		
}
#slider li.secondanimation {
	-moz-animation:cycletwo 45s linear infinite;
	-webkit-animation:cycletwo 45s linear infinite;		
}
#slider li.thirdanimation {
	-moz-animation:cyclethree 45s linear infinite;
	-webkit-animation:cyclethree 45s linear infinite;		
}
#slider li.fourthanimation {
	-moz-animation:cyclefour 45s linear infinite;
	-webkit-animation:cyclefour 45s linear infinite;		
}
#slider li.fifthanimation {
	-moz-animation:cyclefive 45s linear infinite;
	-webkit-animation:cyclefive 45s linear infinite;		
}
#slider li.sixthanimation {
	-moz-animation:cyclesix 45s linear infinite;
	-webkit-animation:cyclesix 45s linear infinite;		
}
#slider li.seventhanimation {
	-moz-animation:cycleseven 45s linear infinite;
	-webkit-animation:cycleseven 45s linear infinite;		
}
#slider li.eighthanimation {
	-moz-animation:cycleeight 45s linear infinite;
	-webkit-animation:cycleeight 45s linear infinite;		
}
#slider li.ninethanimation {
	-moz-animation:cyclenine 45s linear infinite;
	-webkit-animation:cyclenine 45s linear infinite;		
}

#slider .tooltip {
    background: rgba(56, 34, 51, 0.78); /*rgba(0,0,0,0.5);*/
	width:100%;
	height:50px;
	position:relative;
	bottom:0px;
    top: -55px;
	left:0px;
}
#slider .tooltip h1 {
	color:#e0ffff;
	font-size:20px;
	font-weight:200;
    font-family: 'Amaranth';
	line-height:50px;
	padding:0 0 0 20px;
    text-align: center;
}
#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
#slider li#sixth:hover .tooltip
#slider li#seventh:hover .tooltip
#slider li#eighth:hover .tooltip
#slider li#nineth: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:960px; 
	height:5px;
	background:#ff0000;
	-moz-animation:fullexpand 45s ease-out infinite;
	-webkit-animation:fullexpand 45s ease-out infinite;