/* div.xin-map style start 地图操作按钮 start  */
 .xin-map-bar , .xin-map .xin-map-menu-bar,.xin-map .xin-map-menu{	z-index:98;text-align: center; }
 .xin-map-bar{background:url(assets/images/map/map-bar-bg.png) repeat-x;position:absolute;width:auto;line-height:20px;top:80px; }
.xin-map-bar .map-bar-btn {width:25px;	margin-left: 2px;	height:20px;}
/* 2013-10-28 update .map-text-btn : line-height: inherit; */
.xin-map-bar .map-text-btn{line-height:inherit;text-align:center; }
.xin-map-bar div{ width:auto; float:left; }
.xin-map-bar-full {right:50px;	}
.xin-map-bar-default {right:260px;	}

/* div.xin-map style start 地图操作按钮 end */

.clear {  background: url(../images/map/map-all-btn.png) no-repeat -171px -3px;}
.draw-ploy { background: url(../images/map/map-all-btn.png) no-repeat -32px -3px;}
.draw-line { background: url(../images/map/map-all-btn.png) no-repeat -101px -3px;}
.draw-point{  background: url(../images/map/map-all-btn.png) no-repeat -68px -3px;}
.measure-ploy{ background: url(../images/map/map-all-btn.png) no-repeat -137px -3px;}
.measure-line { background: url(../images/map/map-all-btn.png) no-repeat 0px -3px; }

.clear-selected { background: url(../images/map/map-all-btn.png) no-repeat -171px -27px }
.draw-ploy-selected { background: url(../images/map/map-all-btn.png) no-repeat -32px -27px;}
.draw-line-selected { background: url(../images/map/map-all-btn.png) no-repeat -101px -27px;}
.draw-point-selected { background: url(../images/map/map-all-btn.png) no-repeat -68px -27px;}
.measure-ploy-selected { background: url(../images/map/map-all-btn.png) no-repeat -137px -27px;}
.measure-line-selected { background: url(../images/map/map-all-btn.png) no-repeat 0px -27px;}
.layer-btn-selected , 
.vector-layer-selected ,
.image-layer-selected {	background: url(../images/map/map-btn-bg.png) repeat-x; color : #fff;}

.clear:hover {  background: url(../images/map/map-all-btn.png) no-repeat -171px -54px;}
.draw-ploy:hover { background: url(../images/map/map-all-btn.png) no-repeat -32px -54px;}
.draw-line:hover { background: url(../images/map/map-all-btn.png) no-repeat -101px -54px;}
.draw-point:hover{  background: url(../images/map/map-all-btn.png) no-repeat -68px -54px;}
.measure-ploy:hover{ background: url(../images/map/map-all-btn.png) no-repeat -137px -54px;}
.measure-line:hover { background: url(../images/map/map-all-btn.png) no-repeat 0px -54px; }
.vector-layer:hover,
.image-layer:hover{	 background: url(../images/map/map-btn-bg-hover.png) repeat-x;	 color : #fff;}
