diff --git a/bin/Controls/Slider/PromosliderWallpaper.js b/bin/Controls/Slider/PromosliderWallpaper.js
index 3135566ee083648a958412690c0c1caa9000ab1a..ad8b410f3bf5da2a458ef023dc1227e379d3aea7 100644
--- a/bin/Controls/Slider/PromosliderWallpaper.js
+++ b/bin/Controls/Slider/PromosliderWallpaper.js
@@ -324,6 +324,9 @@ define('package/quiqqer/bricks/bin/Controls/Slider/PromosliderWallpaper', [
                 }
             }
 
+            // select first dot
+            this.$checkdotPosition();
+
             // autostart
             if (this.getAttribute('autostart')) {
                 this.start();
@@ -569,6 +572,7 @@ define('package/quiqqer/bricks/bin/Controls/Slider/PromosliderWallpaper', [
                 moofx(Background).animate({
                     opacity: 1
                 });
+            }, function () {
             });
         },