﻿$(document).ready(function() {

    $('#imgCycle').cycle('fade');

    $("table td:last").css("border", "none");
    $("#menuLOL td:last").css("border-right", "none");
    $("#menuLOL td:first").css("border-left", "none");

});


