$(coverSlide).find("img").each( function() {
if( !this.complete || this.naturalHeight == 0 ) check_complete = 0;
});
if( check_complete ) $(coverSlide).removeClass('cover-slides');
if( check_complete ) $(coverSlide).css('background-image', 'none');
}
-