$(document).ready(function()
{
$('#slides').cycle({

timeout : 2000

});
});



