#SLR-sou {
	position:absolute;
	top:14%;
	left:27%;
	width: 14%;
	height: 19%;
	z-index:8;
}
#SLR-wr {
	position:absolute;
	top:41%;
	left:69%;
	width: 15%;
	height: 15%;
	z-index:8;
}
#SLR-Pre {
	position:absolute;
	top:56%;
	left:44%;
	width: 16%;
	height: 21%;
	z-index:8;
}
#SLR-li {
	position:absolute;
	top:15%;
	left:48%;
	width: 17%;
	height: 12%;
	z-index:8;
}
#SLR-Son {
	position:absolute;
	top: 84%;
	left: 95%;
	width: 4%;
	height: 14%;
	z-index: 8;
}
#SLR-Chut {
  animation-duration: 15s;
  animation-name: slidein;
}
@keyframes slidein {
  from { left: 0%;
    width: 1%; height: 1%;
  }
  to { left: 90%;
    width: 33%; height: 44%;
  }
}
