@charset "utf-8";
/* CSS Document */

#gmap_locations {
	text-align:center;
}
#gmap_locations .location {
	display:block;
	float:left;
	padding:0 5px 5px 0;
	text-decoration:none;
}
#gmap_locations li .location {
	float:none;
}
#gmap_locations .location img {
	margin:1px;
}
#gmap_locations .location span {
	display:block;
}
#gmap_locations .location:hover {
}
#gmap_locations .location:hover img {
	margin:0;
	border:1px solid #999;
	text-decoration:none;
}
#gmap_locations .location:hover span {
	font-weight:bold;
}
