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

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



.content h1 {
	font-size:48px;
	color:#000;
text-align:center;
	border:1px dotted #9900CC;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;	 margin-bottom:15px;
}

/* LAYOUT */
.container {
	overflow:hidden;
	width: auto;
	margin-right: auto;
	margin-left: auto;  
}

/* CONTENT SLIDER */
#content-slider {
	height:auto;


-moz-border-radius: 8px;
	border-radius: 8px;
	padding-bottom: 8px;
	width: 295px;
}
/* SLIDER */
#slider {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
	border-radius: 8px;
	border-radius: 8px;

-moz-box-shadow: 2px 2px 3px #000;
	-webkit-box-shadow: 2px 2px 3px #000;
	box-shadow: 2px 2px 3px #000;
	background-image:url(../../../images/side_graphic.gif);
width:100%; height:auto; max-width:295px;
	position:relative;
	
}
#mask {
	overflow:hidden;
	height:221px; -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px; border:#9900CC 1px solid
}
#slider ul {

	padding:0px;
	position:relative;
}
#slider li {

	position:absolute;
	top:-325px;
	list-style:none;}

#slider li.firstanimation {
	-moz-animation:cycle 50s linear infinite;	
	-webkit-animation:cycle 50s linear infinite;	
	-o-animation:cycle 50s linear infinite;	
	animation:cycle 50s linear infinite;

}
#slider li.secondanimation {
	-moz-animation:cycletwo 50s linear infinite;
	-webkit-animation:cycletwo 50s linear infinite;	
	-o-animation:cycletwo 50s linear infinite;	
	animation:cycletwo 50s linear infinite;	

}
#slider li.thirdanimation {
	-moz-animation:cyclethree 50s linear infinite;
	-webkit-animation:cyclethree 50s linear infinite;
	-o-animation:cyclethree 50s linear infinite;	
	animation:cyclethree 50s linear infinite; 
	
}
#slider li.fourthanimation {
	-moz-animation:cyclefour 50s linear infinite;
	-webkit-animation:cyclefour 50s linear infinite;
	-o-animation:cyclefour 50s linear infinite;	
	animation:cyclefour 50s linear infinite;		
}
#slider li.fifthanimation {
	-moz-animation:cyclefive 50s linear infinite;
	-webkit-animation:cyclefive 50s linear infinite;
	-o-animation:cyclefive 50s linear infinite;	
	animation:cyclefive 50s linear infinite;		
}
#slider li.sixthanimation {
	-moz-animation:cyclesix 50s linear infinite;	
	-webkit-animation:cyclesix 50s linear infinite;	
	-o-animation:cyclesix 50s linear infinite;	
	animation:cyclesix 50s linear infinite;		
}
#slider li.seventhanimation {
	-moz-animation:cycleseven 50s linear infinite;
	-webkit-animation:cycleseven 50s linear infinite;	
	-o-animation:cycleseven 50s linear infinite;	
	animation:cycleseven 50s linear infinite;	
}
#slider li.eighthanimation {
	-moz-animation:cycleeight 50s linear infinite;
	-webkit-animation:cycleeight 50s linear infinite;
	-o-animation:cycleeight 50s linear infinite;	
	animation:cycleeight 50s linear infinite;		
}
#slider li.ninthanimation {
	-moz-animation:cyclenine 50s linear infinite;
	-webkit-animation:cyclenine 50s linear infinite;
	-o-animation:cyclenine 50s linear infinite;	
	animation:cyclenine 50s linear infinite;		
}
#slider li.tenthanimation {
	-moz-animation:cycleten 50s linear infinite;
	-webkit-animation:cycleten 50s linear infinite;
	-o-animation:cycleten 50s linear infinite;	
	animation:cycleten 50s linear infinite;		
}

#slider .tooltip {
	background:rgba(0,0,0,0.7);
	width:295px;
	height:40px;
	position:relative;
	bottom:75px;
	left:-320px;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;  
}
#slider .tooltip h1 {
	color:#ffffff; font-weight:bold;
	font-size:13px; vertical-align:middle; padding-left:10px; padding-top:3px;
 font-family:Arial, Helvetica, sans-serif
}
#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#ninth:hover .tooltip, 
#slider li#tenth:hover .tooltip {
	left:0px;
}
#slider:hover li, 
#slider:hover .progress-bar {
	-moz-animation-play-state:paused;

	-webkit-animation-play-state:paused;
	-o-animation-play-state:paused;
	animation-play-state:paused;
}

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