$(function() {
	$(".slide").fancybox({
		'titlePosition' 	: 'over'
	});
	$('input[type=checkbox],input[type=radio]').prettyCheckboxes();
});
