var tm;
$(document).ready(function(){
	$("#photos").cycle({
		fx: 'fade',
    	pager:  '#nav',
		next:   '#photos',
		timeout: 4000,
		delay: -1000
	});
});
