jQuery(document).ready(function() {
 	 jQuery("a.social").fancybox({
      'autoScale'     	: false,
      'width'           : 580,
      'height'          : 360,
      'transitionIn'		: 'none',
   		'transitionOut'		: 'none',
   		'type'				    : 'iframe',
   		'showCloseButton' : true,
   	});
 });
