    $(document).ready(function(){

        $('#caroussel').techtwoCaroussel({

            // Elements
            panelSelector: '>li',

            // Controls
            pauseOnHover: true,
            controls: 'bullets',
            controlOptions: {
            	controlClass: 'switcher'
            },

            // Animation
            autoPlay: true,
            delay: 5000,
            duration: 1100,
            animation: 'fade',
            animationOptions: {
                panelWidth: 204,
                wrapperMargin: 20
            }

        });
    });

