/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

$().ready(function(){

  $('#slider').onImagesLoaded(function(_this){
    $(_this).fadeIn(2000);
  });


  

});
