  
  /* relevant for the tutorial - start */
  #gallery { position: relative; }
    #pictures { position: relative; height: 217px; }
    #pictures img { position: absolute; top: 0; left: 0; }
    
    #prev, #next { font-size: 10px; }
  /* relevant for the tutorial - end */
 
