

#mapContainer
{
	width: 580px;
	height: 580px;
}

#mapContainer img
{
	/* undo boss mode faint images */
    opacity: 1.0;
}

ul.locations
{
	display: none;
}

address
{
	display: none;
}

#mapContainer div.location_info
{
	width: 480px;
}

#mapContainer div.location_info ul 
{
	margin: 0;
	padding: 0;
}

#mapContainer div.location_info ul li
{
  list-style-type: none;
  margin: 1em;
}