//base
$(document).ready(function() {
	$('#sidebar .content:first').css({padding:'0', width: '158px', height: '95px', overflow: 'hidden'});
});