$(function(){
	// SLIDESHOW SINGLE
	jQuery('#gallery').cycle({ 
		fx:     'fade', 
		speed:  'slow',
		timeout: 5000, 
		pager:  '#singlenav', 
		cleartype:  1,
		pagerAnchorBuilder: function(idx, slide) { 
			return '#singlenav li:eq(' + idx + ') a'; 
		} 
	});
});
