$(document).ready(function(){
	$('#coin-slider').coinslider({
		width: 666,
		height: 378,
		links: true,
		opacity: 0.8,
		delay: 5000
	});
});
