$(function() {
  $('#navigation').droppy();
});

/* prettyPhoto */
$(document).ready(function(){
	$("a[rel^='prettyPhoto']").prettyPhoto({animation_speed: 'slow'});
});

