hs.graphicsDir = 'http://www.seoulgrid.com/blog/wp-content/plugins/highslide/graphics/';
hs.showCredits = false;
hs.align = 'center';
hs.transitions = ['fade', 'crossfade'];
hs.fadeInOut = true;
hs.dimmingOpacity = 0.8;
hs.outlineType = 'rounded-white';
hs.marginBottom = 105 // make room for the thumbstrip and the controls
hs.numberPosition = 'caption';
hs.expandCursor = null;
hs.restoreCursor = 'hand.cur';

// Add the slideshow providing the controlbar and the thumbstrip
hs.addSlideshow({
	//slideshowGroup: 'group1',
	interval: 3000,
	repeat: false,
	useControls: true,
	overlayOptions: {
		className: 'text-controls',
		position: 'bottom center',
		relativeTo: 'viewport',
		offsetY: -60
	}	
});
