jQuery(document).ready(function() { 
$(".bumpbox").fancybox({
	'titlePosition' : 'inside'
	});
}); 