/*
// remap jQuery to $
(function($){
	 $(document).ready(function() {
		  DD_roundies.addRule('.10pxRound', '10px', true);
		  DD_roundies.addRule('.5pxRound', '5px', true);
		});  		
})(window.jQuery);

*/
