(function($) {
	$(function() { //on DOM ready
		$("#scroller").simplyScroll({
			className: 'flickr',
			flickrFeed: 'http://api.flickr.com/services/feeds/photos_public.gne?id=41011162@N03',
			jsonImgWidth: 240, //same as default vals
			jsonImgHeight: 180,
			frameRate: 20,
			speed: 10
		});
	});
})(jQuery);
