	hs.graphicsDir = 'highslide/graphics/';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.outlineType = 'rounded-black';
	hs.fadeInOut = true;
	hs.dimmingOpacity = 0.75;
	hs.showCredits = false;

	// define the restraining box
	hs.useBox = true;
	hs.width = 800;
	hs.height = 600;

	// Add the controlbar
	hs.addSlideshow({
		//slideshowGroup: 'group1',
		interval: 5000,
		repeat: false,
		<?php if ($page=="annonce"){?>
		useControls: true,
		<?php } else { ?>
		useControls: false,
		<?php }; ?>
		fixedControls: 'fit',
		overlayOptions: {
			opacity: 1,
			position: 'bottom center',
			hideOnMouseOut: true
		}
	});
	
$(document).ready(function() {
    $('.slideshow').cycle({
		fx: '<?= $res_diaporama["diaporama_typetransition"] ?>',
		pause:   1 ,
		speed:    <?= $res_diaporama["diaporama_transition"] ?>, 
		timeout:  <?= $res_diaporama["diaporama_secondes"] ?>
	});
});
