
#wrapper { background: white url(../images/sidebar_bg.jpg) repeat-y top right;width:200px; height: 233px; }

  
  /* relevant for the tutorial - start */
  #gallery { position: relative; }
    #pictures { position: relative; width:200px; height: 233px; }
    #pictures img { position: absolute; top: 0; left: 0; }
    
    #prev{ margin-top: 5px;font-size: 12px; float:left; }
	
 #next { margin-top: 5px;font-size: 12px; float:right; }
 
 #prev a{ color:#FFF; }
 #next a{ color:#FFF; }

  /* relevant for the tutorial - end */
  
