$(function() {
	
	function preloadImg(image) {
		var img = new Image();
		img.src = image;
	}
	
	preloadImg('/modal/images/ajaxLoader.gif');
	preloadImg('/modal/images/prev.gif');
	preloadImg('/modal/images/next.gif');
	
});
