$(document).ready(function() {
	$('#coin-slider').coinslider({
		width: 940,
		navigation: false,
		delay: 8000,
		sDelay: 20,
		opacity: 0.8,
		spw: 10, // squares per width
		sph: 6, // squares per height
		effect: 'rain',
		hoverPause: false,
		height: 400,
		links : false
	});
});
