/**
*	Site-specific configuration settings for Highslide JS
*/
hs.showCredits = false;
hs.outlineType = 'rounded-white';

hs.numberOfImagesToPreload = 14;

	hs.dimmingOpacity = 0.8;
	hs.dimmingDuration = 150;
	
	
    hs.easing = "easeOutBack";
    hs.easingClose = "easeInBack";
            
    hs.expandDuration = 250;
    hs.restoreDuration = 250;
	
		
	hs.transitions = ['expand', 'crossfade'];
	
	hs.fadeInOut = false;
//    hs.align = 'auto';
   hs.align = 'center';



	
	hs.headingEval = 'this.thumb.alt';
	hs.headingOverlay.position = 'bottom left';

	
/*
hs.lang = {
    creditsTitle :    'hUHUU',
	creditsText : '<img src="http://pointenverdreher.po.funpic.de/main/index2.php?action=count&allery=people/me&mage=9380781.jpg"/ width=50 height=100>'
};
	*/

/*	
	hs.registerOverlay(
    {
        thumbnailId: null,
        overlayId: 'my-overlay',
        position: 'top left',
        hideOnMouseOut: false,
        opacity: 0.8
    }
);

hs.Expander.prototype.onCreateOverlay = function (sender, e) {
   e.overlay.innerHTML = e.overlay.innerHTML.replace("{altattrib}", sender.thumb.alt);
};
*/

// Add the slideshow controller
hs.addSlideshow({
	interval: 3000,
	repeat: false,
	useControls: true,
//	fixedControls: 'fit',
	fixedControls: false,
	overlayOptions: {
		opacity: '1',
		position: 'top right',
		offsetX: '0',
		offsetY: '0',
		hideOnMouseOut: true
	}
	/*,
	thumbstrip: {
		mode: 'horizontal',
		position: 'bottom center',
		relativeTo: 'viewport'
	}
*/
});


