$(document).ready(function() {

	$("a.thickbox").fancybox({
		titlePosition : 'inside'
	});
});