jQuery(document).ready(function() {
	jQuery('#col-1').jCarouselLite( {
		auto: 5000,
		speed: 1000,
		circular: 'true',
		scroll: 1,
		visibile: 2
	});
});