$(function()
{
	$('a.fancybox').fancybox(
	{
		titlePosition:'inside',
		cyclic:true
	});
});
