jQuery(document).ready(function($){
		
	$('.filmstrip').cycle({
		fx:'scrollLeft',
		timeOut:2000
		
	});

});// end of jquery functions (this may be enclosed between script tags to place the code inline on a page
