$(function(){
    $('ul.thumb li').Zoomer({speedView:1,speedRemove:1,altAnim:true,speedTitle:400,debug:false});
    $(".thumbYOX").yoxview({
            autoHideInfo: true, // If false, the info bar (with image count and title) is always displayed.
                autoPlay: false, // If true, slideshow mode starts when the popup opens
                backgroundColor: "#000",
                backgroundOpacity: 0.7,
                buttonsFadeTime: 500, // The time, in milliseconds, it takes the buttons to fade in/out when hovered on. Set to 0 to force the Prev/Next buttons to remain visible.
                cacheImagesInBackground: true, // If true, full-size images are cached even while the gallery hasn't been opened yet.
                controlsInitialFadeTime: 1500, // The time, in milliseconds, it takes the menu and prev/next buttons to fade in and out when the popup is opened.
                controlsInitialDisplayTime: 1000, // The time, in milliseconds, to display the menu and prev/next buttons when the popup is opened. Set to 0 to not display them by default
                infoBackColor: "Black",
                infoBackOpacity: 0.7,
                loopPlay: true, // If true, slideshow play starts over after the last image
                playDelay: 3000, // Time in milliseconds to display each image
                popupMargin: 20, // the minimum margin between the popup and the window
                popupResizeTime: 500, // The time in milliseconds it takes to make the resize transition from one image to the next.
                showBarsOnOpen: false, // If true, displays the top (help) bar and bottom (info) bar momentarily when the popup opens.
                showButtonsOnOpen: false, // If true, displays the Prev/Next buttons momentarily when the popup opens.
                titleAttribute: "name",
                titleDisplayDuration: 5000 // The time in ms to display the image's title, after which it fades out.
            
            });
});
