// JavaScript Document
jQuery(document).ready(function($) {
	$('#Photos').cycle();
	
});
