$(document).ready(function() {
    $('.corner').corner();
    $('.cornerTop').corner("top");
    $('.cornerDown').corner("bottom"); 
    });
