/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = '/wp-includes/js/highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'rounded-white'; //'custom';
hs.dimmingOpacity = 0.2;
hs.fadeInOut = true;
hs.easing = 'easeInCirc';
hs.align = 'center';
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: false,
	useControls: true,
	fixedControls: 'true',
	overlayOptions: {
		className: 'large-dark',
		opacity: '0.6',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '0',
		hideOnMouseOut: true
	}
});

// gallery config object
//var config1 = {
	//};

