$(document).ready(function() {
	// slider
	$('#coin-slider').coinslider({ 
		width: 982,
		height: 423,
		delay: 5000,
		opacity: 1
	});
});
