	$(document).ready(function(){
			$("a[rel^='prettyPhoto']").prettyPhoto({
				default_width: 700,
				default_height: 500,
				theme: 'facebook'
			});
		});
