$(document).ready(function() {
	  
	  /*Rounded Corners for Category Content */
		$(".cat").corner("5px; bottom;");
	
});

