$(document).ready(function() {
	$('#coin-slider').coinslider({ 
		width: 579,
		height: 373,
		navigation: true,
		delay: 1200,
		hoverPause: true });
});
/*$(document)
.ready(function(){
			if ($("#coin-slider").length) {
				$('#coin-slider').coinslider({
					width: 900, // width of slider panel
					height: 600 // height of slider panel
				});
			}
		});*/
