$(document).ready(function(){
    $("a.fancy").fancybox({
        titlePosition   : 'inside'
    });
	
	$("a.lightbox").fancybox();
});

