$(document).ready(function() {
  $("#carousel").carouFredSel({
    items: 3,
    height: 600,
    scroll: {
      items: 1
    },
  	auto: {
  		pauseDuration: 4000,
  	},
    prev: "#prev",
    next: "#next",
  });
});
