	$(function(){
        $('.rogi').each(function() {
             $(this).corner('top, bottom');
        });
        
	});
	$(function(){
        $('.rogi_bottom').each(function() {
             $(this).corner('bottom');
        });
        
	});
	$(function(){
        $('.rogi_top').each(function() {
             $(this).corner('top');
        });
        
	});



