$(document).ready(function() {
	$('#coin-slider').coinslider({ width: 400, navigation: true, delay: 3000, hoverPause: true });
});


