﻿/// <reference path="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.5.2-vsdoc.js" />
/// <reference Path="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.12/jquery-ui.js" />

$(function () {
    $('#gallery a').lightBox({ txtImage: 'Otidea a.s.' });
    $('#gallery1 a').lightBox({ txtImage: 'Otidea a.s.' });
    $('#gallery2 a').lightBox({ txtImage: 'Otidea a.s.' });
});




function ActivateScroll() {
    $('.BannerHlaska').SetScroller({ velocity: 20, direction: 'horizontal', startfrom: 'right',
        loop: 'infinite', movetype: 'linear', onmouseover: 'pause',
        onmouseout: 'play', onstartup: 'play', cursor: 'pointer'
    });

};
