$(document).ready(function() {
$('.image2').corner("right cc:#d1e2f2");
$('.image1').corner("right left cc:#e9f2f9");
$('.box').corner();
$('.box2').corner();
$('.box-big').corner();
$('.blue').corner("bl");
$('.gallery-list').corner("left");
$('.gallery-list h2').corner("bl").corner("tl cc:#fff");
$('.imagewrap').corner("left cc:#dddddd");
});

