$(function() {
	$("a[rel^='prettyPhoto']").prettyPhoto({
		opacity: 0.75,
		theme: 'dark_rounded'
	});

	$("#tabs").tabs();	
});
