jQuery.noConflict();
(function($)
{
    $().ready(function()
    {
        /*$("#contentScroller").click(function() 
				{alert("ok");});*/
		$("#contentScroller").cycle({ 		
            fx      : "scrollUp", 
            timeout : 10000, 
            speed   : 5000 
        });
		$(".imageScroller").cycle({ 		
            fx      : "fade", 
            timeout : 3000, 
            speed   : 5000 
        });
    });
})(jQuery);
