$(document).ready(function(){
    $(".tenants .gallery .arrow").click(function(){
        $(".wrapper",$(this).parent()).animate({scrollTop: $(this).data("scroll")})
    })
    $(".tenants.gallery .arrow").click(function(){
        $(".wrapper",$(this).parent()).animate({scrollLeft: $(this).data("scroll")})
    })
    $(".gallery .wrapper a").lightBox()
})
