jQuery.noConflict();

jQuery(document).ready(function($)
{
	// Corners
	$('.box').corner("20px");
});