﻿$(window).load(function () {
    $('div.Layout .ShadowContent .Shw.Right').each(function () {
        $(this).height($(this).height() - 20);
    });
});

$(document).ready(function() {
    $('#skn_lyut_ctr19142_WebCamModule_imgWebCam').parents('.CContent').height(180);
});
