hs.graphicsDir = '/i/highslide/';
$(
	function(){
		$('.thumbwrapper a').each(
			function(){
				$(this).addClass('highslide');
				this.onclick = function(){
					return hs.expand(this,{ slideshowGroup: 'group' })
				};
			}
		);
	}
) 
 
