        $(document).ready(function() {
            
        jQuery('#gettingstarted').accordion({ 

         header: 'h5', 
         animated: 'easeslide'
        });          

            /*
            *   Examples - various
            */

            $(".various1").fancybox({
                'width'                : '65%',
                'height'            : '65%',
                'titlePosition'        : 'inside',
                'transitionIn'        : 'none',
                'transitionOut'        : 'none',
                'type'                : 'iframe'
            });

            $("#various2").fancybox();

            $(".fancybox_fileupload").fancybox({
                'width'                : 800,
                'height'            : '85%',
                'autoScale'            : true,
                'transitionIn'        : 'none',
                'transitionOut'        : 'none',
                'type'                : 'iframe'
            });

            $(".fancybox_howtos").fancybox({
                'width'                : 660,
                'height'            : 460,
                'autoScale'            : false,
                'transitionIn'        : 'none',
                'transitionOut'        : 'none',
                'type'                : 'iframe'
            });
            $(".fancybox_bleeds").fancybox({
                'width'                : 950,
                'height'            : 750,
                'autoScale'            : false,
                'transitionIn'        : 'none',
                'transitionOut'        : 'none',
                'type'                : 'iframe'
            });
            $(".fancybox_resizeword").fancybox({
                'width'                : 640,
                'height'            : 550,
                'autoScale'            : false,
                'transitionIn'        : 'none',
                'transitionOut'        : 'none',
                'type'                : 'iframe'
            });    
        });
        
        
        // Initialize the plugin with no custom options
        $(window).load(function() {
            $("div#makeMeScrollable").smoothDivScroll({ 
            autoScroll: "onstart" , 
            autoScrollDirection: "backandforth", 
            autoScrollStep: 1, 
            autoScrollInterval: 20
        });
        });        
