$(document).ready(function() {
	$('#cw').cycle({ 
	    timeout: 4000, 
	    speed: 1500
	});
	
	$('#cinner').jScrollPane({
		showArrows:true,
		topCapHeight: 5,
		bottomCapHeight: 5
	});
});
