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