﻿/* use this javascript to manipulate the design */

window.onload = function (e) {
    var shadowedBorder    = RUZEE.ShadedBorder.create({ corner:12, shadow:20, border:1 });
    shadowedBorder.render('div.shop-wrapper');
}
