$(document).ready(function(){ 
	var myBorder = RUZEE.ShadedBorder.create({ corner:6, shadow:12, border: 1});
	myBorder.render($('.rounded'));
});
