$(document).ready(function() {     

    $("label").inFieldLabels();

	$('ul.gallery').after('<div id="picnav">').cycle({ 
		height: 'auto',
		fx: 'fade',
		speedIn:500,
		speedOut:500,
		timeout: 7000,
	    pager:  '#picnav',
	    pause: true 
	});
	
		
});
