window.addEvent('domready', function(){
	
	
	var image1 = new RoundedCorners('.roundedImage', {overlay: true, radius: 10, cls: 'imageSmall'});
	var image2 = new RoundedCorners('.roundedImageSmall', {overlay: true, radius: 10, cls: 'imageSmall'});
	
});