$(document).ready(function() {
	$('#coin-slider').coinslider({
		width: 525,
		height: 100,
		navigation: false,
		effect: 'straight'
	});
});
