Änderungen
test
$('.sidebar-title').bind('click', function() {
var sidebar = $(this).parent();
sidebar.children('*:not(.sidebar-title):not(.sidebar-title + .thumb)').slideUp('slow', function() { sidebar.find('.sidebar-title + .thumb .thumbcaption').sideDown(); });
}).css({cursor:'pointer'});