/*.leaflet-control-zoom a{
	background-color: #FFFEF9;
}
.leaflet-control-zoom a,.leaflet-control-zoom a:hover{
	width: 65px;
	height: 19px;
	line-height: 20px;
}
.leaflet-control-zoom a:hover{
	background-color: #06c8f9;
	color: #000;
}
.leaflet-control-zoom a:active{
	background-color: #12c1ed;
	color: #000;
}
*/.leaflet-bar-part:first-child{
	/*border-bottom: 1px dashed #AAA*/
}
#ajmint-map-canvas:hover{
	cursor: pointer !important;
	cursor: hand !important;
}
#ajmint-wrapper .leaflet-control a{
	/*color: #000;*/
}
#ajmint-wrapper .leaflet-control a:hover{
	color: #2677B9;
	text-decoration: none !important;

}
.leaflet-bar a, .leaflet-bar a:hover{
	width: 35px;
	height: 20px;
	line-height: 21px;
}

.ajmint-thinking{
	width: 95px !important;
	height: 16px!important;
	background-color: #FFF;
	top: -52px;
	left: -38px;
	border: 1px solid #000;
	border-radius: 3px;
	padding: 0 2px 0 2px;
	font-size: 10px;
	letter-spacing: 1px;
}
.leaflet-marker-icon.ajmint-thinking .ajmint-icon-arrows-cw{
	width: 16%;
	min-height: 0;
	position: relative;
	top: -1px;
	background-size: auto 85%;
}