﻿$(document).ready(function() {
	$('#imageList').fader({
	    'speed': 600,
	    'timeout':3000
	});
});
