	hs.graphicsDir = LIB_DIR + '/jquery/plugins/highslide/files/graphics/';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.outlineType = 'rounded-white';

	hs.fadeInOut = true;
	// Add the controlbar
	if (hs.addSlideshow) hs.addSlideshow({
		//slideshowGroup: 'group1',
		interval: 5000,
		repeat: false,
		useControls: false,
		fixedControls: 'fit',
		overlayOptions: {
			opacity: .6,
			position: 'bottom center',
			hideOnMouseOut: true
		}
	});

	hs.creditsText = '';
	hs.restoreTitle = 'Clique para fechar, clique e arraste para mover. Use as setas do seu teclado para próxima e anterior';
	hs.minWidth = 250;
	hs.padToMinWidth = true; 
