$(document).ready(function() {
		    $('#gallery').cycle({
				fx: 'fade',
				timeout: 10000,
				pager: '#nav-img'
			});
		});
