$(document).ready(function() {

	
	$("#news").coinslider({
		width  		: 650,
		height 		: 320,
		spw			: 4,
		sph			: 4,
		delay		: 6000,
		navigation	: true,
		effect		: 'straight'
	
	});

	
});



