jQuery(document).ready(function() {

// Remove borders from nested widget <ul>'s

jQuery('.widget > ul li ul li').css('border-bottom', 'none');

});

// PrettyPhoto (lightbox)
jQuery(document).ready(function($){
	$("a[rel^='prettyPhoto']").prettyPhoto();
});
