	// remove the registerOverlay call to disable the controlbar
	if (hs.registerOverlay) hs.registerOverlay({
    	slideshowGroup: 'group1',
    	overlayId: 'test-overlay',
    	position: 'bottom right',
    	hideOnMouseOut: false,
        //width: '100%',
        opacity: 0.85
	});
	
    if (hs.addSlideshow) hs.addSlideshow({
        slideshowGroup: 'group1',
        interval: 5000,
        repeat: false,
        useControls: true,
        overlayOptions: {
        	opacity: .6,
        	position: 'bottom center',
        	hideOnMouseOut: true
		},
		fixedControls: true
    });
	
	//hs.expandDuration = 1250;
    hs.dragHeader = true;
    hs.slideshowGroup = 'group1';
    hs.graphicsDir = 'img/highslide/';
    //hs.minWidth = 800;
    //hs.padToMinWidth = true;
    hs.align = 'center';
    hs.transitions = ['expand', 'crossfade'];
    //hs.transitionDuration = 1000;
    //hs.marginTop = 190;
    //hs.fadeInOut = true;
    //hs.allowMultipleInstances = false;
    hs.outlineType = 'glossy-dark';
    //hs.dimmingOpacity = 0.75;
    hs.showCredits = false;
    hs.captionOptions.position = 'below';
    hs.captionOptions.width = '100%';
    //hs.headerEval = 'this.thumb.title';
    hs.number = 'header';
    hs.skin.number = 'Image %1 of %2 ';
    hs.fadeInOut = true;
    //hs.headerOptions.position = 'top';
    
    //hs.maxWidth = 600;
    //hs.maxHeight = 600;
    
    
    var mapOptions = { 
    	slideshowGroup: 'imagemap',
    	align: 'auto'
    };
