jQuery.noConflict();
     
jQuery(document).ready(function(){
	jQuery("#popup_baner").fadeIn(2000);
	jQuery(".baner-navi").click( function () {
		jQuery("#popup_baner").fadeOut();
	});
});