jQuery(function($){
	//initialize cycle plugin
    $('#banner').cycle({fx: 'scrollLeft'});
});


