/*
This file initiates the S3Slider script and options
*/

$(document).ready(function() { /* jQuery init */
	$('#s3slider').s3Slider({
		timeOut: 4000
	});   			
}); 	

