/*	hs.graphicsDir = 'http://admin.meyercomputer.com/hs-4.1.8/graphics/';
	hs.align = 'center';
	hs.outlineType = 'rounded-black';
	hs.width = 640;
	
	hs.fadeInOut = true;
	hs.dimmingOpacity = 0.75;
	hs.blockRightClick = true;
	hs.showCredits = false;
	hs.allowSizeReduction = false;
	//hs.wrapperClassName = 'no-footer';

	// Add the controlbar
	hs.addSlideshow({
		slideshowGroup: 'condo',
		interval: 5000,
		repeat: false,
		useControls: true,
		fixedControls: 'fit',
		overlayOptions: {
			opacity: 1,
			position: 'bottom center',
			hideOnMouseOut: false			
		}
	});*/
	hs.graphicsDir = 'http://admin.meyercomputer.com/hs/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 = 'caption';
	hs.useBox = true;
	hs.showCredits = false;
	hs.width = 680;
	hs.height = 520;
	hs.dimmingOpacity = 0.8;

	// Add the slideshow providing the controlbar and the thumbstrip
	hs.addSlideshow({
		slideshowGroup: 'condo',
		interval: 5000,
		repeat: false,
		useControls: true,
		fixedControls: 'fit',
		overlayOptions: {
			position: 'bottom center',
			opacity: .75,
			hideOnMouseOut: false
		},
		thumbstrip: {
			position: 'above',
			mode: 'horizontal',
			relativeTo: 'expander'
		}
	});

