$(document).ready(function() {
	$(".fancybox").fancybox({
		opacity: true,
		titlePosition: 'over',
		transitionIn: 'elastic'
	});
});
