 $(document).ready(function(){
         hs.graphicsDir = 'inc/js/highslide/graphics/';
        hs.align = 'center';
        hs.transitions = ['expand', 'crossfade'];
        hs.fadeInOut = true;
        hs.outlineType = 'glossy-dark';
        hs.wrapperClassName = 'dark';
        hs.captionEval = 'this.a.title';
        hs.numberPosition = '';
        hs.useBox = true;
        hs.width = 640;
        hs.height = 480;
        hs.dimmingOpacity = 0.8;

        // Add the slideshow providing the controlbar and the thumbstrip
        hs.addSlideshow({
            //slideshowGroup: 'group1',
            interval: 3200,
            repeat: false,
            useControls: true,
            fixedControls: 'fit',
            overlayOptions: {
                position: 'bottom center',
                opacity: .9,
                hideOnMouseOut: true
            },
            thumbstrip: {
                position: 'above',
                mode: 'horizontal',
                relativeTo: 'expander'
            }
        });

        // Make all images animate to the one visible thumbnail
        /*var miniGalleryOptions1 = {
           //thumbnailId: 'thumb1'  
        }  */

});
