$(document).ready(function() {
		$('#coin-slider').coinslider( {width: 680, height: 300, delay: 5000, opacity: 0.7, effect: 'rain'});
	});;

