jQuery(function(){
	$('#cCatImg').show().slidy({
		animation: 'slide',
		children: 'a',
		menu: true,
		pause: true,
		speed: 600,
		time: 3000,
		width: 1000,
		height: 294
	});
})
