
#offices {
	width: 920px;
	height: 243px;
	margin: 0 20px;
}
#offices .hd {
	width: 710px;
	height: 243px;
	float: left;
	overflow: hidden;
}
#offices .bd {
	float: left;
	margin-top: 53px;
	overflow: hidden;
	width: 190px;
	height: 180px;
}
#offices .bd .office {
	display: none;
}
#offices .bd .office p {
	margin: 0;
}

.office_bg {
	background: url(/images/bg-footer.jpg?4) no-repeat;
}
.office_bg_1 {
	background-position: 0 0;
}
.office_bg_2 {
	background-position: 0 -243px;
}
.office_bg_3 {
	background-position: 0 -486px;
}
.office_bg_4 {
	background-position: 0 -729px;
}
.office_bg_5 {
	background-position: 0 -972px;
}

.office_1 #office_location_1 {
	display: block;
}
.office_2 #office_location_2 {
	display: block;
}
.office_3 #office_location_3 {
	display: block;
}
.office_4 #office_location_4 {
	display: block;
}
.office_5 #office_location_5 {
	display: block;
}