$(document).ready(function() {
/*
	$(".customGrid  tr").each(function(){
		$(this).find('td:first').addClass('first');
		$(this).find('td:last').addClass('last');
	});
*/
});

$(document).ready(function() {
	$(".fancybox").fancybox({
//		'zoomSpeedIn': 300,
//		'zoomSpeedOut': 300,
//		'overlayShow': false,
//		'overlayShow': true,
		'': ''
	});
});

$(document).ready(function() {
	$(".sortable").sortable();
});


