/*==============================================
	Cart Page You may be intrested in... JS
================================================*/

$(document).ready(function() {
	
	//suggest products box
	$('#cartSuggestProds').jcarousel({
	   scroll:1,
	   animation:"slow",
	   start:1
	});
	
});
								
