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