﻿$(document).ready(function()
{  
  $('#nav').droppy();
  $('a.lightbox').lightBox();
});