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