$(document).ready(function(){
	$('.popout').fancybox({
		'transitionIn'  : 'fade',
		'transitionOut' : 'fade'
	});
});
