$(function(){ //gallery
	$('#photo_gallery a').attr({'rel':'gallery'}).live('click', function(){
	    $(this).colorbox({transition:"none", bgOpacity:0.75, open:true});
	    return false;
	});
$(document).ready(function(){
				//Examples of how to assign the ColorBox event to elements
				$(".biography").colorbox({width:"700px"});
			});
});
