﻿		hs.graphicsDir = 'forum/gallery/plugins/highslide/graphics/';		
		hs.align = 'center';		
		hs.transitions = ['expand', 'crossfade'];		
		hs.fadeInOut = true;		
		hs.dimmingOpacity = 0.8;		
		hs.outlineType = 'rounded-white';		
		hs.captionEval = 'this.thumb.title';		
		// This value needs to be set to false, to solve the issue with the highly increasing view counts.		
		hs.continuePreloading = false;		
		// Add the slideshow providing the controlbar and the thumbstrip		
		hs.addSlideshow({			
		interval: 5000,			
		repeat: false,			
		useControls: true,			
		fixedControls: 'fit',			
		overlayOptions: {				
		opacity: .75,				
		position: 'top center',				
		hideOnMouseOut: true			
		}		
		});
