/*
*
* styles/prosilver/template/th23_highslide.js
*
* @package th23_highslide
* @author Thorsten Hartmann (www.th23.net)
* @copyright (c) 2008 by Thorsten Hartmann (www.th23.net)
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

// General settings for Highslide
hs.align = 'center';
hs.outlineType = 'rounded-black';
hs.wrapperClassName = 'dark';
hs.dimmingOpacity = 0.5;
hs.dimmingDuration = 50;
hs.transitions = ['expand', 'crossfade'];	
hs.fadeInOut = true;
hs.showCredits = false;

// Settings for Highslide controlbar
if (hs.addSlideshow) hs.addSlideshow({
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: false,
	overlayOptions: {
		opacity: 0.75,
		position: 'bottom center',
		hideOnMouseOut: true
	}
});
