$(document).ready(function(){
	$('.sidebar .widget:first-child').addClass('first');
	$('.sidebar .widget:last-child').addClass('last');
});
