$(document).ready(function(){
		$("a[rel^='prettyPhoto']").prettyPhoto({
		allow_resize: false, /* Resize the photos bigger than viewport. true/false */
		theme: 'light_square' /* light_rounded / dark_rounded / light_square / dark_square / facebook */
	});
});
