$(function(){
	$('#slideshow .photos') 
		.after('<div class="switcher">') 
		.cycle({ 
		    pager:  '.switcher' 
		});
}); 



