    #picArea{
      width:100%;
      height:100%;
      overflow: hidden;
      position: absolute;
      margin: 20px  auto;
     
}
    #picArea img{
      width: 100%;
      position: absolute;
      left: -100%;
    }
  
 