
$(document).ready(function(){
	$("a[rel^='prettyPhoto']").prettyPhoto({
		showTitle: true, /* true/false */
		default_width: 620,
		default_height: 450,
		theme: 'dark_rounded', /* light_rounded / dark_rounded / light_square / dark_square / facebook */
	});
});