
.deCarta-control-zoom-mobile {
	margin:10px 10px 10px 21px;
}

.deCarta-control-zoomInBtn-mobile {
	/*background-color: #cccccc;*/
	color: #333333;
	opacity : 0.7;
	/*line-height : 44px;*/
	text-align : center;
	font-size : 22px;
	height: 20px;
	width: 20px;
	margin: 4px;
	/*border : 1px solid #aaaaaa;*/
	border : none;
	cursor: pointer;
	background-image: url("../../img/zoom_in.png");
    background-repeat:no-repeat;
}
.deCarta-control-zoomOutBtn-mobile 
{    
	/*background-color: #cccccc;*/
	color: #333333;
	opacity : 0.7;
	/*line-height : 44px;*/
	text-align : center;
	font-size : 22px;
	height: 20px;
	width: 20px;
	margin: 4px;
	/*border : 1px solid #aaaaaa;*/
	border : none;
	cursor: pointer;
	background-image: url("../../img/zoom_out.png");
    background-repeat:no-repeat;
}

/*.deCarta-control-zoomInBtn-mobile:before {
	content : "+";
}

.deCarta-control-zoomOutBtn-mobile:before {
	content : "-";
}*/