﻿
$(function () {
    $('#gallery a').lightBox();
});

$(function () {
    $('#banner').innerfade({
        speed: 'slow',
        timeout: 10000,
        type: 'sequence',
        containerheight: '110px'
    });
});

