body { background:silver; overflow:hidden;}
html,body { width:100%; height:100%; }

#slider ul li img { position:absolute; height:100%; }



button { position:absolute;  top:50%; margin-top:-30px; background:transparent; border:none;}
button#btnLeft { left:2.5%; }
button#btnRight { left:90%;}
#ux { width:25%; padding:0 50px; height:100%; background:white; right:0; position:absolute; top:0; z-index:100; }
#ux h2 { margin-top:150px; text-align:center; }
#ux ul { margin-top:70px;  }
#ux ul li { margin-top:20px; font-size:19px; }
#ux ul li a { color:silver; }
#ux h4 { margin-top:250px; font-size:17px;  }
#ux h3 { margin-top:10px; font-size:30px; color:#ff8400; }
#ux p { margin-top:20px; font-size:15px; color:gray; line-height:25px; }



.scaleUp { animation:scaleUp 1s forwards; }
@keyframes scaleUp {
	0% {  }
	100% { transform:scale(1.2,1.18); opacity:1;}
}