jQuery(document).ready(function()
{
	jQuery(".scrollable").tinycarousel({
		animation: true,
		duration: 500,
		interval: true,
		display: jQuery(".col3-layout").size () > 0 ? 2 : 3
	});
});
