// JavaScript Document
// initialise plugins
$(document).ready(function() {
	$('#slider').s3Slider({
		timeOut: 4000
	});
});
