$(function() {
$('#id-banner').carouFredSel({
  direction: 'up',
  items: {
	visible: 1,
	height: 180
  },
  scroll: {
	items:  1,
	easing: 'linear',
	duration: 4000 },
  auto: {
	delay: 9,
  }
});
});
