-               $('.id_folders', contentDiv).change(function() 
-               {
-               $('.images', contentDiv).load('{% url folder_image_ajax %}' + $('.id_folders', contentDiv).val() + '/', 
-                               function() {
+               $('.id_folders', contentDiv).change(function() {
+               $('.images', contentDiv).fadeOut('slow', function() { 
+                   $(this).html('').load('{% url folder_image_ajax %}' + $('.id_folders', contentDiv).val() + '/',  function() {