$(document).ready(function() {
	//Your Custom JS Code Goes Here
	$("a[rel^='prettyPhoto']").prettyPhoto({
		theme: 'light_rounded' /* light_rounded / dark_rounded / light_square / dark_square */
	});
});
