/*
@import url("css/reset.css") screen;
*/
/*
@import url("css/animation.css") screen;
*/
/* Common */
html, body {
	background:#eaeaea url(bg.png) repeat;
	font-size:12px;
	font-family:"Open Sans", serif;
	min-width:860px;
	margin:0;
	padding:0;
/*
	color:#aaa;
*/
}

button{
  background: #333;
  color: #fdfdfd;
  min-height: 35px;
  margin: 0;
  border-radius: 3px;
  border: 0;
  line-height: 35px;
  text-align: center;
  margin: .5em 1em .5em 0;

}

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

/* LAYOUT */
.container {
/*
	margin:0 auto;
*/
	overflow:hidden;
/*
	width:900px;
*/
}

/* CONTENT SLIDER */
#content-slider {
	width:640px;
	height:425px;
/*
h:360

	margin:10px auto 0;
*/
}
/* SLIDER */
#slider {
	background:#000;
/*	border:5px solid #eaeaea;
*/
	box-shadow:1px 1px 5px rgba(0,0,0,0.7);
	height:425px;
	width:640px;
/*
	margin:40px auto 0;
*/
/*
	overflow:visible;
*/
	position:relative;
}
#mask {

	overflow:hidden;
	height:425px;

}

#slider ul {
	margin:0;
	padding:0;
	position:relative;
}
#slider li {
/*	width:680px;  */
	height:425px;
	position:absolute;
/*
	top:-300px;
*/
	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 .tooltip {
	background:rgba(0,0,0,0.7);
/*
        width:300px;
	height:60px;
*/
width:100%;
	position:absolute;
	bottom:-300px;

/*	left:-320px;
*/
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;  
}

#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;
}





#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;
}


/* NEW */
ul{
margin: 0px;
-moz-column-count:3;
-moz-column-gap: 5px;
-webkit-column-count: 3;
-webkit-column-gap: 5px;
column-count:3;
column-gap:5px;

/* width:680px; */
white-space: nowrap;
margin-left: 1px; padding-left: 1px;
}

#mylist {
	display: none;
}

#mylist li {
  list-style-position:inside;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4em;
   margin-bottom: 8px;
}

.tooltip p{
margin-left: 5px; padding-left: 5px;
}

#rImage{
    max-width: 100%;
    height: auto;
/*
width:640;
height:425;
*/

/*
vertical-align: middle;
*/

text-align: center;
}

#slider{
/* width:640; */
height:425;
}

img {
    max-width: 100%;
    height: auto;
}

#album_title{
    display:none;
} 