$(function(){
	$('.categoryListBoxContents .dscrptn:not(:has(ul,p))').hide();
	$('.categoryListBoxContents .dscrptn:not(:has(ul,p))').parent().find('.imgDiv table').attr({align:"center"});
});
