html{
	-webkit-text-size-adjust:none;
}

.button {
	width: 32px;
	height: 32px;
	margin: 20px 0px 0px 10px;
	display: block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 16px/100% 'Microsoft yahei',Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0);
	box-shadow: 0 1px 2px rgba(0,0,0,0);
}

.button:hover {
	text-decoration: none;
}

.button:active {
	position: relative;
	top: 1px;
}

.zoomin{
    background-image:url(../images/map/ZoomIn_32x32.png)
}

.zoomout{
    background-image:url(../images/map/ZoomOut_32x32.png)
}

li{
        list-style:none
}

.border{ border:1px solid #ddd; }

#map{
    margin: 0px;
    width: 1100px;
    height: 660px;
    overflow: hidden;
}

#picMap{
    width: 1060px;
    height: 635px; 
    display: none;
    text-align: center;
}

#pic{
    margin:0 auto;
}

.nanhai{
    position:absolute; 
    width:160px;
    height:220px;
}

.hainan{
    position:absolute; 
    width:320px;
    height:320px;
}

#buttons{
    position:absolute; 
    top:0px;
    left:5px;
    width:40px;
    height:140px;
}

.pic81{
  padding-top:53.5px;
}

.pic82{
  padding-top:2px;
}
::selection {
background:none; 
}
::-moz-selection {
background:none; 
}
::-webkit-selection {
background:none; 
}
#shentuhao{
    position:absolute; 
    bottom:0px;
    right:25px;
    width:200px;
    height:20px;
    text-align:right;
}
