[jQuery] Mootools and Jquery conflict?

[jQuery] Mootools and Jquery conflict?


Hello,
I have a page here where the ScrollFollow plugin for Jquery is
conflicting with the phatfusion plugin in mootools.
The scrollfollow is on the bottom left ribbon button. The phatfusion
is on the 4 vertical photos you see in the banner area.
http://67.199.21.74/default.asp
I have read the page where how to fix it but I must not be doing it
right. The phatfusion is working but not the scrollfollow, which works
if I take out the phatfusion code.
I have this in the head....
<link href="imageMenu2.css" rel="stylesheet" type="text/css"
media="screen" />
<script type="text/javascript" src="mootools.js"></script>
<script type="text/javascript" src="imageMenu.js"></script>
<script type="text/javascript" src="http://67.199.21.74/js/
jquery.validate.pack.js"></script>
<script type="text/javascript" src="http://67.199.21.74/js/
ui.core.js"></script>
<script type="text/javascript" src="http://67.199.21.74/js/
jquery.easing.js"></script>
<script type="text/javascript" src="http://67.199.21.74/js/
jquery.cookie.js"></script>
<script type="text/javascript" src="http://67.199.21.74/js/
jquery.scrollFollow.js"></script>
<script type="text/javascript">
$( document ).ready( function () {
$( '#call' ).scrollFollow( {
container: 'wrap'
} );
} );
</script>
<script>
jQuery.noConflict();
// Use jQuery via jQuery(...)
jQuery(document).ready(function(){
jQuery("div").hide();
});
</script>
<script src="sifr/sifr.js" type="text/javascript"></script>
<script src="sifr/sifr-addons.js" type="text/javascript"></script>
<link rel="stylesheet" href="sifr/sIFR-screen.css" type="text/css"
media="screen" />
----------------------
Any ideas how to fix it?
Thanks!