/**

Scripts que se repetem em todos os empreendimentos Flexcity

**/


/**...............................................................
 
Comandos do Highslide
 
...............................................................**/

hs.graphicsDir = '_scripts/highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.fadeInOut = true;
hs.dimmingOpacity = .75;

//Botao de Fechar
hs.registerOverlay({
	overlayId: 'closebutton',
	position: 'top right',
	fade: 2
});


// Adiciona o controle de slide show
hs.addSlideshow({
	interval: 5000,
	repeat: true,
	useControls: true,
	fixedControls: true,
	overlayOptions: {
		opacity: .6,
		position: 'top center'
		//hideOnMouseOut: true
	}
});
