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