/* map.css: */

/* set the width and height for your map */

#map {
	height: 500px;
	width: 998px;
	border: 1px solid gray;
}
#map img {
	border: none;
}

.smap .layer-switch .label {
	top: 4px !important;
}

/* eof */