/* ----------------------------------------------
    Autor:
      Jan Dousek (honzik.dousek@gmail.com)
    Posledni uprava:
      4.8.2011
---------------------------------------------- */

/* JQUERY ------ */
jQuery(document).ready(function(){

	/* OZNACOVANI POLOZEK --- */
    jQuery("ul li:last-child,td:last-child,th:last-child,tr:last-child").addClass("last-item");
    jQuery("ul li:first-child,td:first-child,th:first-child,tr:first-child").addClass("first-item");
  });
