﻿$("document").ready(function() {

    //$(".Banner").cycle();

    $(".Hidden").css("display", "inline");
    $("#Banner").jqFancyTransitions({ width: 898, height: 150 });

    var options = {
        zoomWidth: 250,
        zoomHeight: 250,
        xOffset: 10,
        yOffset: 0,
        position: "right"
    };

    $(".ZoomMe").jqzoom(options);

    $(".Gallery a").lightBox();
});
