$jQ(function(){
$jQ('a.slide_more').click(function () {
$jQ(this).hide().nextAll('div:first').slideDown("medium");
return false;
});
});