Bandworm Records the Spirit of the Streets - Label & Mailorder             /* BeginOAWidget_Instance_2559022: #slideshow */ #slideshow { padding: 10px; margin:0; } #slideshow-caption{ padding:0; margin:0; } #slideshow img, #slideshow div { padding: 10px; background-color: #000000; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; margin: 0; } /* EndOAWidget_Instance_2559022 */       // BeginOAWidget_Instance_2559022: #slideshow slideshowAddCaption=true; $(document).ready(function() { $('#slideshow').cycle({ after: slideshowOnCycleAfter, //the function that is triggered after each transition autostop: false, // true to end slideshow after X transitions (where X == slide count) fx: 'fadeZoom,',// name of transition effect pause: false, // true to enable pause on hover randomizeEffects: true, // valid when multiple effects are used; true to make the effect sequence random speed: 1000, // speed of the transition (any valid fx speed value) sync: true, // true if in/out transitions should occur simultaneously timeout: 4000, // milliseconds between slide transitions (0 to disable auto advance) fit: false, height: '800px', width: '1000px' // container width (if the 'fit' option is true, the slides will be set to this width as well) }); }); function slideshowOnCycleAfter() { if (slideshowAddCaption==true){ $('#slideshow-caption').html(this.title); } } // EndOAWidget_Instance_2559022