    hs.graphicsDir = 'http://blog.concretevitamin.com.cn/wp-content/plugins/highslide/graphics/';
    hs.showCredits = false;
    hs.outlineType = 'rounded-white';
   hs.captionEval = 'this.a.title';
   hs.headingEval = 'this.thumb.title';
   hs.headingOverlay.position = 'below';
hs.dimmingOpacity = 0.8;
    hs.registerOverlay({
       html: '<div class="closebutton" onclick="return hs.close(this)" title="Close"></div>',
       position: 'top right',
       useOnHtml: true,
       fade: 2 // fading the semi-transparent overlay looks bad in IE
    });
	hs.transitions = ['expand', 'crossfade'];
	hs.align = 'center';




    // Add the slideshow controller
    hs.addSlideshow({
       interval: 5000,
       repeat: false,
       useControls: true,
       fixedControls: 'fit',
       overlayOptions: {
          className: 'large-dark',
          opacity: '0.75',
          position: 'bottom center',
          offsetX: '0',
          offsetY: '-10',
          hideOnMouseOut: true
       },
       thumbstrip: {
          mode: 'horizontal',
          position: 'bottom center',
          relativeTo: 'viewport'
       }

    });