$(document).ready(function(){
	$("div#bottomBar > :last").css('margin-right', '0px');
	
});

