jQuery.noConflict();

jQuery(document).ready(function(){
    jQuery('.mbox div').marquee();
	jQuery('.cta').hover(function() { jQuery(this).fadeTo("fast", 0.70); }, function() { jQuery(this).fadeTo("fast", 1); });
});

