$(document).ready(function() {
$('#photos').cycle({
 fx: 'fade',
 speedIn: 2000,
 speedOut: 2000,
 timeout: 6000,


});


});



// JavaScript Document
