﻿$(document).ready(function(){
       $('a.o, .tableFoto a').lightBox();
       $('.menu2 ul').superfish();

        $('#partneriHome').cycle({
            fx: 'fade',
            timeout: 6000,
            delay: -2000,
            width: 180,
            height: 140
        });
   
   
});

