$(document).ready(function(){

  $(".facebookcontanier").html('<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2F%25C3%259Cveg-K%25C3%2581T%25C3%2589%2F198689816820345&amp;width=192&amp;colorscheme=light&amp;show_faces=true&amp;stream=false&amp;header=true&amp;height=420" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:192px; height:420px;" allowTransparency="true"></iframe>');

  //FANCYBOX
  
  $(".gImage").attr('rel', 'gallery');  

  $(".gImage, a.kep").fancybox({

    'titleShow' : true,

    'transitionIn' : 'elastic',

    'transitionOut' : 'elastic',

    'easingIn' : 'easeOutBack',

    'easingOut' : 'easeInBack',

    'titlePosition' : 'over' 

  });
  
  
  
});
 

