jQuery.noConflict();
jQuery(document).ready(function($) {
	
	$('#RightInfopush h2:first').css('margin-top', '0px');
	
});