// JavaScript Document
	//CONFIGURAÇÕES DO HIGHSLIDE
	hs.graphicsDir = 'highslide/graphics/';
	hs.align = 'center';
	hs.cacheAjax = false;
	hs.transitions = ['expand', 'crossfade'];
	hs.outlineType = 'rounded-white';
	hs.wrapperClassName = 'highslide-white';
	hs.fadeInOut = true;
	hs.showCredits = 0;
	hs.dimmingOpacity = 0.75;

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