$(document).ready(function() {
	$.prettyPhoto.open('images/tortoise-hair-overlay.jpg');
	$('#pp_full_res').live('mousedown', function() {
		$.prettyPhoto.close();
	});
});
