$(document).ready(function() {
	$("a.book").fancybox({
		'overlayShow': false,
        'titlePosition' : 'inside'
	});
});