$(document).ready(function() {	
			// Using custom configuration
	$(".tb_cont_home").carouFredSel({
		items				: 8,
		direction			: "up",
		scroll : {
			items			: 1,
			effect			: "easeOutBounce",
			duration		: 500,							
			pauseOnHover	: true
		}					
		});
});	
