// JavaScript Document
$(function (){
	$("table").tablesorter({widthFixed: true, widgets: ['zebra'],sortList: [[0,1],[1,0]] }).tablesorterPager({container: $("#pager"),size:10});
	SexyLightbox.initialize({color:'negro', dir: 'sexyimages'});
});