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