	hs.registerOverlay(
    	{
    		thumbnailId: null,
    		overlayId: 'controlbar',
    		position: 'top right',
    		hideOnMouseOut: false
		}
	);
hs.graphicsDir = "/testwp/wp-content/plugins/highslide/graphics/";
hs.loadingText = "";	
hs.fullExpandTitle = "Expand to actual size";
hs.restoreTitle = "Click to close image, click and drag to move. Use arrow keys for next and previous.";
hs.focusTitle = "Click to bring to front";
hs.loadingTitle = "Click to cancel";
hs.captionSlideSpeed = 0;
hs.showCredits = false;
hs.align = "center";
hs.outlineType = "rounded-white";



//Mine

/*hs.easing = 'easeInBack';
hs.easingClose = 'easeOutBack';*/

hs.transitions = ["expand", "crossfade"];
hs.transitionDuration = 500;

hs.expandDuration = 500;

hs.dimmingOpacity = .65;
hs.dimmingDuration = 400;

hs.captionEval = 'this.a.title';

hs.fadeInOut = true;

