// Slides Settings
// JavaScript Document for customising the JQuery banner slider on the homepage
	
$(function(){
	$('#slides').slides({
		preload: true,
		preloadImage: 'images/jquery/loading.gif',
		play: 7500,
		pause: 2500,
		hoverPause: true
	});
});
	
