/**
 * @author Tom
 */

 $(document).ready(function(){
 	
	$(".rounded").corners();
	
 });

