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