/*extern jQuery */ /* jQuery.PictureSlides is developed by Robert Nyman, http://www.robertnyman.com For more information, please see http://www.robertnyman.com/picture-slides Released under a MIT License */ jQuery.PictureSlides.set({ // Switches to decide what features to use useImageText : false, useImageCounter : false, useNavigationLinks : false, useKeyboardShortcuts : false, useThumbnails : false, useFadingIn : true, useFadingOut : true, useFadeWhenNotSlideshow : false, useFadeForSlideshow : true, useDimBackgroundForSlideshow : false, loopSlideshow : true, usePreloading : false, // At page load startIndex : 0, startSlideshowAtLoad : true, dimBackgroundAtLoad : false, // Large images to use and thumbnail settings images : [ ["/userfiles/cms/slajdy/f/wanna_zaborowski.jpg", ""], ["/userfiles/cms/slajdy/f/orkiestra_zaborowski.jpg", ""], ["/userfiles/cms/slajdy/f/140x150--6-_wynik_wynik_01.jpg", ""], ["/userfiles/cms/slajdy/f/hipopotam-140x150cm_wynik_wynik.jpg", ""], ["/userfiles/cms/slajdy/f/zdjecie_wynik_wynik_01.jpg", ""], ["/img_slajdy/20091126174030_f_zabor_diana.jpg", ""], ["/img_slajdy/20091015132758_f_sycha2.jpg", ""], ["/img_slajdy/20091126171542_f_sadowska2.jpg", ""], ["/img_slajdy/20091126172819_f_tornado1.jpg", ""], ["/img_slajdy/20091015134845_f_dorota3.jpg", ""], ["/img_slajdy/20091126172739_f_Dziaczkowski.jpg", ""], ["/img_slajdy/20091015132741_f_Toman2.jpg", ""], ["/img_slajdy/20091015135043_f_Tatarczyk.jpg", ""] ], thumbnailActivationEvent : "click", // IDs of HTML elements to use mainImageId : "picture-slides-image", // Mandatory fadeContainerId : "picture-slides-container", imageTextContainerId : null, previousLinkId : null, nextLinkId : null, imageCounterId : null, startSlideShowId : null, stopSlideShowId : null, thumbnailContainerId: null, dimBackgroundOverlayId : null, elementOnTopOfDimBackgroundId : null, // Fading settings fadeIncrement : 0.1, // Goes from 0 to 1, and vice versa fadeInterval : 80, // Milliseconds timeForSlideInSlideshow : 3000 // Milliseconds });