$j = jQuery.noConflict();
jQuery(document).ready(function($j) {

setTimeout(function() { $j('#buffer').fadeOut(2000); }, 2000);
});