//Studinski Javascript Functions

jQuery(document).ready(function() {
//Fancybox the Videos
    jQuery(".videoPop").fancybox({
        'padding'                       : 0,
        'autoScale'                     : false,
        'transitionIn'          : 'none',
        'transitionOut'         : 'none',
        'hideOnContentClick' : false,
        'width'                 : 800,
        'height'                        : 450,
        'type'                  : 'swf'
    });
//marquee scroller    
    $('#second').nuvuscroll({
        direction: 'horizontal',
        triggersize:32,
        speed:5,
        trailspeed: 500,
        traildist: 50,
        traileasing: 'swing',
        keypress: 'true'
    });
});
