/**
 * Highslide configuration with galery.
 *
 * For more information see: http://www.sylinx.de/
 *
 * @author      Lothar Jenisch <info@sylinx.de>
 * @version     $Id: highslide.cfg.js 3080 2010-10-08 13:08:15Z lothar $
 * @package     SyShop
 */

// 53c148af8cb1d36a03ee302eca8df8f2
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'rounded-white';
hs.fadeInOut = true;
hs.numberPosition = 'caption';
hs.dimmingOpacity = 0.0;
hs.wrapperClassName = 'draggable-header';
hs.dimmingOpacity = 0.50;
hs.width = 650;

// Prevent clicking the background
hs.onDimmerClick = function() 
{
	return false;
}

// Add the controlbar
if (hs.addSlideshow) hs.addSlideshow({
	slideshowGroup: ['image','text'],
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: .75,
		position: 'bottom center',
		hideOnMouseOut: true
	}
});

// add another controlbar
//if (hs.addSlideshow) hs.addSlideshow({
//	slideshowGroup: 'group1',
//	interval: 5000,
//	repeat: false,
//	useControls: true,
//	fixedControls: 'fit',
//	overlayOptions: {
//		opacity: .100,
//		position: 'bottom center',
//		hideOnMouseOut: true
//	}
//});

