$(document).ready(function() {
	// Image Slider
	$("#faded").faded({
		autoplay: 5000,
		autopagination:false
	});
});
