$(document).ready(function(){
	$('.round').corner();
	$('.roundbottom').corner("bottom");
	$('.roundtop').corner("top");
});
