/**
 * dados basicos da box
 */


    hs.graphicsDir = 'img/box/graphics/';
    hs.outlineType = 'drop-shadow';
    hs.outlineWhileAnimating = true;
    
    hs.captionEval = 'this.thumb.title';
    
 // ..................
	hs.registerOverlay(
    	{
    		thumbnailId: null,
    		overlayId: 'controlbar',
    		position: 'top right',
    		hideOnMouseOut: true
		}
	);