#facilities-wrap {
	background: #000 url("/images/facilities/facilities_bg.jpg") top center no-repeat;
	height: 850px;
	width: 980px;
	margin: 0 auto;
}

ul#facilities-targets {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	height: 100%;
}

ul#facilities-targets li {
	margin: 0;
	padding: 0;
	position: absolute;
	background: transparent url("/images/facilities/target.png") center center no-repeat;
	width: 36px;
	height: 36px;
}

.target {
	position: relative;
	background: transparent url("/images/facilities/target.png") center center no-repeat;
	width: 36px;
	height: 36px;
}

ul#facilities-targets li#autzen {
	left: 560px;
	top: 500px;
}

ul#facilities-targets li#mo-center {
	left: 740px;
	top: 575px;
}

ul#facilities-targets li#jaqua-center {
	left: 640px;
	top: 350px;
}

ul#facilities-targets li#locker-room {
	left: 36px;
	top: 600px;
}

ul#facilities-targets li#knight-arena {
	left: 850px;
	top: 300px;
}

ul#facilities-targets li#treatment-center {
	left: 250px;
	top: 600px;
}

ul#facilities-targets li#weight-room {
	left: 574px;
	top: 514px;
}

.popup {
	position: absolute;
	display: none;
	width: 270px;
	height: 135px;
}

#facilities-targets li div.target div.popup {
	position: absolute;
	display: none;
	width: 270px;
	height: 135px;
}

#autzen-pop {
	background: transparent url("/images/facilities/autzen_flag.png") center center no-repeat;
}

#mo-center-pop {
	background: transparent url("/images/facilities/mo_center_flag.png") center center no-repeat;
}

#jaqua-center-pop {
	background: transparent url("/images/facilities/jaqua_center_flag.png") center center no-repeat;
	left: -230px;
}

#locker-room-pop {
	background: transparent url("/images/facilities/locker_room_flag.png") center center no-repeat;
}

#knight-arena-pop {
	background: transparent url("/images/facilities/knight_arena_flag.png") center center no-repeat;
	left: -230px;
}

#treatment-center-pop {
	background: transparent url("/images/facilities/treatment_center_flag.png") center center no-repeat;
}


