	jQuery(document).ready(function() {
		jQuery('#featuredSlider').jcarousel({
		    scroll:  2,
		    visible: 2,
		    /*auto: 7,*/
		    animation: "slow",
		    wrap: "both"
		});
		
		$('.add-to-wallet').click(function(){alert("clicked")});
	});
