$(function() {
	$('img#drop').click(function() {
	      $(".toggle").stop().slideToggle(500).corner("round cc:#333 bl");
	});
	$('.posts').corner("round cc:#f3f3f3");
	
});

