a.cityexpress-map-delete, a.cityexpress-map-edit{
	width: 22px;
	height:22px;
	display:block;	
}

a.cityexpress-map-delete{
  background:url('images/delete.png') no-repeat 0 0 transparent;
}

a.cityexpress-map-edit{
  background:url('images/edit.png') no-repeat 0 0 transparent;
}

table.cityexpress-map-datatable{
}

#cityexpress-map-interactive-select-container{
	position: relative;
	width: 893px;
	height: 600px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#cityexpress-map-interactive-select-flash{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#cityexpress-map-interactive-select-image{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*opacity: 0;*/
}

#cityexpress-map-interactive-select-point{
	display: none;
	position: absolute;
	width: 8px;
	height: 8px;
	background-image: url(images/point.png);
	z-index: 9999;
}
