// JavaScript Document

	$(document).ready( function(){ 
		$('#slider').serialScroll({
			target:'#container',
			items:'.picture', // Selector to the items ( relative to the matched elements, '#sections' in this case )
			interval: 3500,
			force:true,
			duration:700
		});
	});