﻿
        $(document).ready(function() {

            $("#group0").cycle({

                fx: 'fade',
                speed: 2500,
                timeout: 12500,
                delay:-12500
                

            });
            $("#group3").cycle({

                fx: 'fade',
                speed: 2500,
                delay: -10000,
                timeout: 12500

            });

            $("#group1").cycle({

                fx: 'fade',
                speed: 2500,
                delay: -7500,
                timeout: 12500

            });

            $("#group4").cycle({

                fx: 'fade',
                speed: 2500,
                delay: -5000,
                timeout: 12500

            });
        

            $("#group2").cycle({

                fx: 'fade',
                speed: 2500,
                delay: -2500,
                timeout: 12500

            });
       

        });
    

