﻿Sys.Application.add_load(fixScrollFotosInmueble);

function fixScrollFotosInmueble() {
    $(".fichaInmuebleFotosBar").height($(".fichaInmuebleMainArea").height());
    $(".fichaInmuebleFotosBar").css("display", "block");
}