﻿/* rotaotr */

$(document).ready(function() {
    $('.linkArchieGallery').lightBox();
});

$(document).ready(function() {
    $('#boxImmaginiGallery')
        .cycle({
            fx: 'fade',
            timeout: 4500,
            pause: 1,
            sync: 1,
            pager:  '#pagerTestate',
            next:   '#frecciaDx', 
            prev:   '#frecciaSx'
        });
        
    $('#pagerTestate a').html('');
});

$(document).ready(function() {
    $('#frecciaDx,#frecciaSx').hide();
});
