$(document).ready(
	function() {

		/* BEGIN homepage showcase scroller */
		$("#showcase_list").jcarousel({
			animation: "slow",
			scroll: 1,
			wrap: "circular"
		});
		/* END homepage showcase scroller */

	}
);
