$(document).ready(function() {
	$('#coin-slider').coinslider({ 
		width: 910,
		height: 260,
		delay: 4000,
		opacity: 1
	});
});
