#lyrics {
  background-image: url('../images/lyrics/bg_songs.jpg');
}

#lyrics .songs {
  left: 63px;
  top: 44px;
}

/* arrows */

#lyrics .left-arrow {
  left: 1159px;
  top: 44px;
}

#lyrics .right-arrow {
  left: 1192px;
  top: 44px;
}

/* play */

#lyrics .play {
  left: 1073px;
  top: 44px;
}

#lyrics .lyrics-container {
  position: absolute;
  top: 140px;
  left: 340px;
  width: 600px;
  height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}

#lyrics .lyrics-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1280px;
  height: 720px;
  overflow: hidden;
}

#lyrics .lyrics-bg .screen_1 {
  position: absolute;
  left: 0px;
  top: 80px;
  width: 1280px;
  height: 640px;
  background-image: url('../images/lyrics/pic_1.png');
  -webkit-transition-duration: 1s;
}

#lyrics .lyrics-bg .screen_2 {
  position: absolute;
  left: 1280px;
  top: 80px;
  width: 1280px;
  height: 640px;
  background-image: url('../images/lyrics/pic_2.png');
  -webkit-transition-duration: 1s;
}

#lyrics .timer {
  -webkit-animation-name: timer;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes 'timer' {
	from  	{   }
    to   	{   }
}


#lyrics img {
  display: block;
}

#lyrics .title {
  position: absolute;
  left:   179px;
  top:    37px;
  width:  856px;
  height: 31px;
  background-image: url('../images/lyrics/title_song_01.png');
  -webkit-transition-duration: 1s;
}