jQuery.noConflict();
jQuery(document).ready(function($) {
	setTimeout(function() {
		$('div.new_image').fadeOut(2000);
	},2000);
});
