/*html { font-size: 16px; min-height: 100%; margin-bottom: 1px; }
body { font-size: 62.5%; font-family: Verdana, Arial, sans-serif; color: #555555; background: #22384d url(http://4.bp.blogspot.com/-1NAz-rVNTvg/TlKH3GPfPxI/AAAAAAAABAw/noexyuVP3ys/s1600/bg.jpg) repeat-x; }
a { color: #0F67A1; text-decoration: none; }
a:hover { text-decoration: underline; }
*/
/* relevant for the tutorial - start */
  #gallery { position: relative;width:500px;    margin-left: 80px; }
    #pictures { position: relative; height: 700px; }
    #pictures img { position: absolute; top: 0; left: 20px; }
    
    #prev, #next { margin-top: 260px; margin-left: 10px;text-align: center; font-size: 2.0em; }
  /* relevant for the tutorial - end */
  #prev{
  float:left;
  width:140px;
  margin-left: 40px!important;
  }
   #next{
  float:right;
  width:140px;
  }
  /* enhanced - start */
  #loader { position: absolute; top: 0; left:0; height: 458px; width: 150%; background: url(http://4.bp.blogspot.com/-sqQdZ1bqk64/TlKH2mToRMI/AAAAAAAABAs/YTgTyKMFR1k/s1600/ajax-loader.gif) white no-repeat center center; z-index: 9999; }
  /* enhanced - end */
  
#footer { text-align: center; margin: 50px 0 20px 0; }

#sidebar { }
  #sidebar ul { margin-top: 20px; }
  #sidebar ul li { font-size: 1.2em; padding: 20px 0 20px 0; border-bottom: 1px solid #dddcdc; line-height: 18px; }
  #sidebar ul li h2 { font-size: 1.2em; margin-bottom: 8px; }
