div#button_zoom_in{
	width: 50px;
	height: 50px;
	background: url("../images/btn_plus.png") no-repeat scroll right center transparent;
    background-size: 50px 50px;
    -webkit-background-size: 50px 50px;
	margin-bottom: 5px;
	margin-right: 5px;
}

div#button_zoom_in:active {
	background: url("../images/btn_plus_over.png") no-repeat scroll right center transparent;
}

div#button_zoom_out{
	width: 50px;
	height: 50px;
	background: url("../images/btn_minus.png") no-repeat scroll right center transparent;
	background-size: 50px 50px;
    -webkit-background-size: 50px 50px;
	margin-right: 5px;
	margin-bottom: 5px;
}

div#button_zoom_out:active{
	background: url("../images/btn_minus_over.png") no-repeat scroll right center transparent;
}

div.smt_infowindow div{
	margin: 0px;
	margin-top: 5px;
	padding: 0;
	font-style: normal;
	line-height: normal;
}

.name_size_smt {
	font-family:arial;
	font-size:13px;
}

.smt_infowindow .route-guide {
	text-decoration: underline;
}