  #gallery { position: relative; }
    #pictures { position: relative; height: 408px; }
    #pictures img { position: absolute; top: 0; left: 0; }
    
    #prev, #next { float:left;margin-top: 5px; text-align: center; font-size: 1.0em; width:70px; }
  