h1 {
	font-size:1.1em;
}

/* list of thumbnail images */
ul#image_list {
	padding: 0;
}
ul#image_list li {
	display: inline;
	list-style: none;
}
ul#image_list li a img {
	border: 1px solid black;
}
p#image_list_actions {
	margin-top:0px;
}
div.points_of_interest {
}

/* Google map pop-up text */
span.map_point_text {
	font-size: 0.8em;
}
	span.map_point_text img {
		border:1px solid black;
		float:left;
		margin-right:5px;
	}
div#map_canvas {
	width: 100%;
	height: 500px
}
