﻿#MapView
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    display:none;
} 
#MapView .msk
{
    position:absolute;
    width:100%;
    background-color:#413000;
    opacity:0.6;
	-moz-opacity: 0.6;
    filter:alpha(opacity=60);
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}    
#MapView .mpfrm
{
    position:absolute;
    padding:20px 60px 20px 20px;
    background-color:#413000;
}

#MapView .mpfrm .cnt
{
    width:660px;
    height:420px;
    overflow:hidden;
    position:relative;
}
#MapImg
{
    position:absolute;
    cursor:move;
}
#MapView .mpfrm .tls
{
    position:absolute;
    right:0;
    top:0;
    width:60px;
    background-color:Red;
}
#MapView .mpfrm .tls span
{
    background-image:url(../images/btns_map.gif);
    background-repeat:no-repeat;
    position:absolute;
    overflow:hidden;
    text-indent:-100px;
    cursor:pointer;
}
#MapView .mpfrm .tls .cs
{
    width:15px;
    height:15px;
    background-position:left top;
    right:8px;
    top:8px;
}
#MapView .mpfrm .tls .up
{
    width:18px;
    height:11px;
    background-position:left -15px;
    right:20px;
    top:316px;
    display:none;
}
#MapView .mpfrm .tls .dn
{
    width:18px;
    height:11px;
    background-position:left -26px;
    right:20px;
    top:344px;
    display:none;
}
#MapView .mpfrm .tls .lt
{
    width:12px;
    height:17px;
    background-position:left -37px;
    right:38px;
    top:327px;
    display:none;
}
#MapView .mpfrm .tls .rt
{
    width:12px;
    height:17px;
    background-position:left -54px;
    right:9px;
    top:327px;
    display:none;
}
#MapView .mpfrm .tls .zo
{
    width:22px;
    height:21px;
    background-position:left -71px;
    right:19px;
    top:367px;
}
#MapView .mpfrm .tls .zi
{
    width:22px;
    height:21px;
    background-position:left -92px;
    right:19px;
    top:393px;
}
#MapView .mpfrm .tls .pr
{
    width:22px;
    height:21px;
    background-position:left -113px;
    right:19px;
    top:420px;
}
#MapView .mpfrm .tls .pr a{ display:block; width:22px; height:21px}
