//highslide options
	hs.showCredits = false;
	hs.graphicsDir = 'http://www.drkrishi.com/wp-content/themes/layers/graphics/';
	hs.align = 'center';
	hs.headingEval = 'this.thumb.alt';
	hs.transitions = ['expand', 'crossfade'];
	hs.outlineType = 'glossy-dark';
	hs.wrapperClassName = 'dark';
	hs.wrapperClassName = 'controls-in-heading';
	hs.fadeInOut = true;
	hs.blockRightClick = true;
	hs.captionOverlay.position = 'leftpanel';
	hs.captionOverlay.width = '250px';
	hs.captionOverlay.opacity = '0.8';
	// Add the controlbar
	if (hs.addSlideshow) hs.addSlideshow({
		//slideshowGroup: 'group1',
		interval: 5000,
		repeat: false,
		useControls: true,
		fixedControls: false,
		overlayOptions: {
			opacity: 1,
			position: 'top right',
			hideOnMouseOut: false
		}
	});
