$(document).ready(function(){
  $("#banner").cycle({
        fx: 'scrollHorz',
		speed: 1000,
		timeout: 6000,
		pager: '#pager',
  })
});
