		$(document).ready(function() {
			$(".popup").fancybox({
				'titlePosition'  : 'over'
			});
		});