hs.graphicsDir = 'http://www.thevisitart.com/wp-content/plugins/highslide/graphics/';

hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.fadeInOut = true;
	hs.dimmingOpacity = 0.8;
	hs.outlineType = 'rounded-white';
	hs.captionEval = 'this.thumb.alt';
	hs.marginBottom = 105 // make room for the thumbstrip and the controls
	hs.numberPosition = 'caption';
	// Add the slideshow providing the controlbar and the thumbstrip
	hs.addSlideshow({
	//slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	overlayOptions: {
	className: 'text-controls',
	position: 'bottom center',
	relativeTo: 'viewport',
	offsetY: -60
	},
	thumbstrip: {
	position: 'bottom center',
	mode: 'horizontal',
	relativeTo: 'viewport'
	}
	});



/*
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.75;
hs.fadeInOut = true;
hs.align = 'center';
hs.marginBottom = 70;
hs.marginLeft = 100;
hs.captionEval = 'this.thumb.title';
hs.captionOverlay.position = 'below';
hs.registerOverlay({
  html: '',
  position: 'top right',
  useOnHtml: true,
  fade: 2 // fading the semi-transparent overlay looks bad in IE
});
hs.numberPosition = 'heading';
hs.transitions = ['expand', 'crossfade'];
 
// Add the slideshow controller
hs.addSlideshow({
  // slideshowGroup: 'group1',
  interval: 5000,
  repeat: false,
  useControls: true,
  fixedControls: false,
  overlayOptions: {
    className: 'text-controls',
    opacity: '1',
    position: 'bottom center',
    offsetX: '50',
    offsetY: '-10',
    relativeTo: 'viewport',
    hideOnMouseOut: true
  },
  thumbstrip: {
    mode: 'vertical',
    position: 'middle left',
    relativeTo: 'viewport'
  }
 
}); 
// gallery config object
var config1 = {
  slideshowGroup: 'group1',
  numberPosition: 'heading',
  transitions: ['expand', 'crossfade']
};
*/