//Reel
$.noConflict();
(function($) {
	$(function() {
		
		
		$('#rotate').cycle({delay:-3000});
		
		//$('#prevBtn, #nextBtn').bind('click',function(event){ event.preventDefault();  });
		
		//$("#carousel").imageScroller( {speed:'3000',direction: 'left',boost: '300', leftBtn: '#prevBtn', rightBtn: '#nextBtn'} );
		
		//$('.media').media( { width: 760, height: 125, autoplay: true });
		
	});
})(jQuery);

