// JavaScript Document

$(document).ready(function(){	
			$('#slider').fader({
	    'speed': 800,
	    'timeout':6000
	});			
		});
