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