// hs.graphicsDir = 'http://www.easycureband.com/highslide/graphics/';
// hs.align = 'center';
hs.wrapperClassName = 'borderless';
// hs.outlineType = 'glossy-dark';
// hs.wrapperClassName = 'dark';
// hs.transitions = ['expand','crossfade'];
hs.fadeInOut = true;
hs.dimmingOpacity = 0.7;
hs.numberOfImagesToPreload = 0;

// Add the controlbar
hs.addSlideshow({
	
// IMPORTANT: ADD MORE 'gal' VALUES TO ENABLE A NEW PHOTOGALLERY SLIDESHOW WITH CONTROLS
slideshowGroup: ['curiosity','vip','press','mixed','wpap','gal1','gal2','gal3','gal4','gal5','gal6','gal7','gal8','gal9','gal10','gal12','gal13','gal14','gal15','gal16','gal17','gal18','gal19','gal20','gal21','gal22','gal23','gal24','gal26','gal28','gal29','gal30','gal32','gal33'], 
		
		interval: 5000,
		repeat: false,
		useControls: true,
		fixedControls: 'fit',
		overlayOptions: {
			opacity: 0.6,
			position: 'bottom center',
			hideOnMouseOut: true
		}
});