/*
$(document).ready(function(){
    $('.feed a').fancybox({
  		'transitionIn'	:	'elastic',
  		'transitionOut'	:	'elastic',
  		'speedIn'		:	200, 
  		'speedOut'		:	200,
      'width' : 710, 
      'height' : 690, 
  		'overlayShow'	:	true
  		
  	});
});
*/
