jQuery two scripts-conflict! Please help!

jQuery two scripts-conflict! Please help!

Hello everyone..

I am no jquery master;) I will say I am a total newbie.
And there comes the problem.

Website works fine ( test website-not alive yet : " http://www.martaspendowska.com/test/  " , if :

ONE:



<title>Marta Spendowska / Art + Design </title> 
 
             <script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/easySlider1.7.js"></script>
    <script type="text/javascript" src="js/slider.js"></script>
            
<script type="text/javascript">
$(document).ready(function(){
$("#slider").easySlider({
auto: true, 
continuous: true
});
});
</script>
            

Website does not works fine ( test website-not alive yet : " http://www.martaspendowska.com/test2/  " , if :



TWO:


<title>Marta Spendowska / Art + Design </title> 
 
             <script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/easySlider1.7.js"></script>
     <script type="text/javascript" src="js/slider.js"></script>
        
            <script src="scripts/mootools-1.2.1-core-yc.js" type="text/javascript"></script> 
<script src="scripts/mootools-1.2-more.js" type="text/javascript"></script> 
<script src="scripts/jd.gallery.js" type="text/javascript"></script> 
<script src="scripts/jd.gallery.set.js" type="text/javascript"></script> 
            

 
<script type="text/javascript">

     var $j = jQuery.noConflict();
$(document).ready(function(){
$("#slider").easySlider({
auto: true, 
continuous: true
});
});
</script>
            



<script type="text/javascript"> 

   
window.addEvent('domready', function() {
document.myGallerySet = new gallerySet($('myGallerySet'), {
timed: false
});
});
</script> 
          
           


OBVIOUSLY there is a conflict.

The other code works fine by itself; I use it for a portfolio page.
As u see in ONE, I made the scroll to work and I wish it would scroll to the portfolio using gallery.js.
But it doesnt work ( TWO).
I will have to post portfolio on a second page, if there is no solution.

Is there any way to remove the conflict.

I would love your help;) I am sure you guys rock!

Thanks is advance!

Marta



___________________
martaspendowska.com