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

/* Common */
.contentcss3 h1 {
	font-size:48px;
	color:#000;
	text-shadow:0px 1px 1px #f4f4f4;
	text-align:center;
	padding:60px 0 30px;	
}

/* LAYOUT */
.containercss3 {
	margin:0 auto;
	overflow:hidden;
	width:925px;
	height:360px;
}

/* contentcss3 slidercss3 */
#content-slider-css3 {
	width:100%;
	height:360px;
	margin:10px auto 0;
}
/* slidercss3 */
#slidercss3 {
	background:#fff;
	border:5px solid #eaeaea;
	box-shadow:1px 1px 5px rgba(0,0,0,0.7);
	height:310px;
	width:660px;
	margin:10px auto 0;
	overflow:visible;
	position:relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#maskcss3 {
	overflow:hidden;
	height:300px;
}
#slidercss3 ul {
	margin:0;
	padding:0;
	position:relative;
}
#slidercss3 li {
	width:660px;
	height:310px;
	position:absolute;
	top:-325px;
	list-style:none;
}

#slidercss3 li.firstanimation {
	-moz-animation:cycle 55s linear infinite;	
	-webkit-animation:cycle 55s linear infinite;		
}
#slidercss3 li.secondanimation {
	-moz-animation:cycletwo 55s linear infinite;
	-webkit-animation:cycletwo 55s linear infinite;		
}
#slidercss3 li.thirdanimation {
	-moz-animation:cyclethree 55s linear infinite;
	-webkit-animation:cyclethree 55s linear infinite;		
}
#slidercss3 li.fourthanimation {
	-moz-animation:cyclefour 55s linear infinite;
	-webkit-animation:cyclefour 55s linear infinite;		
}
#slidercss3 li.fifthanimation {
	-moz-animation:cyclefive 55s linear infinite;
	-webkit-animation:cyclefive 55s linear infinite;
}
#slidercss3 .tooltip {
	background:rgba(0,0,0,0.7);
	width:400px;
	height:60px;
	position:relative;
	bottom:125px;
	left:0px;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;  
}
#slidercss3 .tooltip h1 {
	color:#fff;
	font-size:24px;
	font-weight:300;
	line-height:60px;
	padding:0 0 0 20px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#slidercss3 .tooltip2 {
	background:rgba(0,0,0,0.7);
	width:600px;
	height:30px;
	position:relative;
	bottom:105px;
	left:0px;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;  
}
#slidercss3 .tooltip2 h2 {
	color:#fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:300;
	line-height:30px;
	padding:0 0 0 20px;
}

#slidercss3:hover li, 
#slidercss3: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 55s ease-out infinite;
	-webkit-animation:fullexpand 55s ease-out infinite;
}