/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

hs.graphicsDir = 'redwise_temp/js/highslide/graphics/';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.outlineType = 'rounded-white';
	hs.fadeInOut = true;
	hs.dimmingOpacity = 0.65;

	// define the restraining box
	hs.useBox = true;
	hs.width = 880;
	hs.height = 550;
	hs.showCredits = false;

   // Don't delete the highslide-Licence Key:
	// 5e25985458c023a833c4adc12ef3da56
	// Add the controlbar
	hs.addSlideshow({
		//slideshowGroup: 'group1',
		interval: 1000,
		repeat: false,
		useControls: true,
		fixedControls: 'fit',
		overlayOptions: {
			opacity: 1,
			position: 'bottom center',
			hideOnMouseOut: true
		}

	});
