﻿$(document).ready(function($) {

    
    
    fmaRotator();

    $(".playreel,.hlApply").fancybox({
        'titlePosition': 'inside',
        'transitionIn': 'none',
        'transitionOut': 'none'
    });

   


});
    



function fmaRotator() {
    $('#fmaRotator').cycle({
        fx: 'fade',
        //speed: 600,
        timeout: 5000,
        pager: '.control',
        pagerEvent: 'mouseover',
        pauseOnPagerHover: true,
        fastOnEvent: 300,
        requeueTimeout: 1000
    });
};





