$(document).ready(function(){ 
$("a[rel^='lightbox']").prettyPhoto({animationSpeed:'slow',theme:'facebook',showTitle:false});
	if ($('#tabs').length>0){
		$('#tabs').tabs({ fx: { opacity: 'toggle' } });	
	}
	
	$('#utilities li:last-child').addClass("lastchild");
	
	
}); 
