/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.outlineType = null;
hs.dimmingOpacity = 0.85;
hs.registerOverlay({
	html: '<div class="closebutton" onclick="return hs.close(this)" title="Close"></div>',
	position: 'top right',
	useOnHtml: true,
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});



// Add the slideshow controller
hs.addSlideshow({
	//slideshowGroup: 'group1',
	interval: 5000,
	repeat: true,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: '0.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-10',
		hideOnMouseOut: true
	}
});

// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	transitions: ['expand', 'crossfade']
};

// iframe config object
var SanJuanNews = { 
	transitions: ['expand', 'crossfade'],
	objectType: 'iframe',
	width: 680, 
	height: 580, 
	objectWidth: 680, 
	objectHeight: 580,
	wrapperClassName: 'draggable-header no-footer'
};

// iframe config object
var SanJuanVideos = {
	transitions: ['expand', 'crossfade'],
	objectType: 'iframe',
	width: 960, 
	height: 659, 
	objectWidth: 960, 
	objectHeight: 659,
	wrapperClassName: 'draggable-header no-footer'
};

// TermsAndCond config object
var TermsAndCond = {
    transitions: ['expand', 'crossfade'],
    objectType: 'iframe', 
    width: 680, 
    height: 580, 
    objectWidth: 680, 
    objectHeight: 580,
    wrapperClassName: 'draggable-header no-footer' 

};

// ruta antorcha
var ruta = {
	transitions: ['expand', 'crossfade'],
	objectType: 'iframe',
	width: 982,
	height: 569, 
	objectWidth: 1200, 
	objectHeight: 600,
	wrapperClassName: 'draggable-header no-footer'
};

// museo form
var museo = {
	transitions: ['expand', 'crossfade'],
	objectType: 'iframe',
	width: 970,
	height: 578, 
	objectWidth: 1200, 
	objectHeight: 600,
	wrapperClassName: 'draggable-header no-footer'
};

var microsite = {
	transitions: ['expand', 'crossfade'],
	objectType: 'iframe',
	width: 970,
	height: 578, 
	objectWidth: 1200, 
	objectHeight: 600,
	wrapperClassName: 'draggable-header no-footer'
};
var manejo = {
	transitions: ['expand', 'crossfade'],
	objectType: 'iframe',
	width: 984,
	height: 600, 
	objectWidth: 985, 
	objectHeight: 600,
	wrapperClassName: 'draggable-header no-footer'
};
var educacion = {
	transitions: ['expand', 'crossfade'],
	objectType: 'iframe',
	width: 792,
	height: 612, 
	objectWidth: 792, 
	objectHeight: 612,
	wrapperClassName: 'draggable-header no-footer'
};