$(document).ready(function() {
	
  $("#carousel").carouFredSel({
    width: 534,
    items: {
      visible: 1,
      width: 534
    },
    scroll: {
      pauseOnHover: true
    },
    auto: 3000,
    prev: "#prev_btn",
    next: "#next_btn"
  });
});

