jQuery(document).ready(function() {
	jQuery('#deals_ads').jcarousel({
		auto : 5,
		wrap : "both",
		scroll : 2,
		animation : "slow"
	});
});

