problem with jquery-1.5.2.min.js and JSF rich:modalPanel

problem with jquery-1.5.2.min.js and JSF rich:modalPanel

Hello,

I'm developing an application using Jboss Seam ( JSF, richfaces ...) i have a page that i integrate Jquery to add drag and drop flexibility...I'm facing a problem with rich:modalPanel; when i add  jQuery to my xhtml ( <a4j:loadScript src="/scripts/jquery-1.5.2.
min.js" /> ) ; i can't render the rich:modalPanel (popup) ; it seems that it is a conflit between  Jquery and loading rich:modalPanel...can someone have an idea to this problem ?