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