﻿$(document).ready(function () {
    $('.photosContainer div').cycle({
        fx: 'fade',
        timeout: 8000
    });
});
