$(document).ready(function() {

	/* Fancybox */
	$("a.thumb-pic").fancybox();
});

