﻿$(document).ready(function() {
    $('.my_gallery_container').cycle({
			fx: 'fade',
			timeout: 4000,
			delay:  -1000,
			speed:   2000,
			sync: 1,
			random: 1
		});
});
