#lwrapper {
    width:100%;
    height:500px;
    overflow:hidden;
}
#lmap, #contact_lmap {
    position:relative;
}

#lmap img{
    position:absolute;
    top:0;
    left:0;
    border:0 none transparent;
    width: 1920px;
    height: 1080px;
    cursor: move;
	max-width:none;
	transform: translate3d(-920px, 0px, 0px);
}

#contact_lmap img{
    position:absolute;
    top:0;
    left:0;
    border:0 none transparent;
    width: 1920px;
    height: 1080px;
    cursor: move;
	max-width:none;
	transform: translate3d(-733px, 0px, 0px);
}

