/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'http://www.pwi.com.pe/wp-content/plugins/highslide/graphics/';
hs.creditsPosition = 'bottom right';
hs.outlineType = 'custom';
hs.fadeInOut = true;
hs.align = 'center';
hs.headingEval = 'this.thumb.title';
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
});
hs.transitions = ['expand', 'crossfade'];


// Add the slideshow controller
hs.addSlideshow({
	//slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: false,
	overlayOptions: {
		className: 'controls-in-heading',
		opacity: '0.75',
		position: 'top right',
		offsetX: '-14',
		offsetY: '-22',
		hideOnMouseOut: false
	}
});

// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	transitions: ['expand', 'crossfade']
};
