$(function(){
	if ($.prettyPhoto) {
		$("a[rel^='prettyPhoto']").prettyPhoto({
			showTitle: false,
			theme: 'facebook'
		});
	}
})
