$(function() {
$(".thumbsbutton").click(function(){
	  $("#thumbs").slideToggle("slow");
	  $(this).toggleClass("active");
});
$('#tabs > ul').tabs();
});



    