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