	// Initialise superfish
//	$(document).ready(function() { 
//		$('ul.sf-menu').superfish({ 
//			pathClass:   'current',
//			pathLevels:  0,
//			delay:       200,                            // one second delay on mouseout 
//			animation:   {opacity:'show',height:'show'},  // fade-in and slide-down animation 
//			speed:       'fast',                          // faster animation speed 
//			autoArrows:  true,                           // disable generation of arrow mark-up 
//			dropShadows: true                            // disable drop shadows 
//		}); 
//	});

	$(document).ready(function() {
		$('#slideshow').cycle({
			cleartype: true,
			fx:     'fade',
			timeout: 0,
			pause: true,
			pager:  '#slideshowNav',
			pagerEvent: 'mouseover',
			allowPagerClickBubble: true,
			pagerAnchorBuilder: function(idx, slide) { 
			// return selector string for existing anchor 
			return '#slideshowNav li:eq(' + idx + ') a'; 
			}
		});
	});


