jQuery(function($) {
  $(".reflect").reflect({
    height:0.2,
    opacity:0.2
  });
});