$(document).ready(function(){
	$("a[class^='zoom']").prettyPhoto({
			showTitle: true,
			callback: function(){}
		});
});
