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

#gmap_locations {
	text-align:center;
}
#gmap_locations .location {
	display:block;
	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;
}

/*float content to centre*/
.centerFix {
	float:left;
	width:100%;
}
.centerFix .offset {
	position:relative;
	float:left;
	left:50%;
}
.centerFix .offset .center {
	position:relative;
	float:left;
	right:50%;
}
