#locations {
	width: 263px;
	height: 390px;
	margin: 0px;
	position: relative;
	z-index: 4;
}
#locations ul {
	width: 250px;
	padding: 5px 0px 0px 5px;
	margin: 0px;
	height: 390px;
	background-color: #ebebeb;
	list-style-type: none;
	border-right: 2px solid black;
}
#locations ul li {
	padding: 5px 5px 0px;
}
#locations li a {
	background-color: #ebebeb;
}
#locations li a:link, #locations li a:visited {
	color: black;
}
#locations li a:hover {
	text-decoration: none;
}
#locations li a img {
	position: relative;
	top: 4px;
}

#map_container {
	position: absolute;
	left: 252px;
	top: 0px;
	width: 710px;
	height: 380px;
	overflow: hidden;
	background-color: #ebebeb;
}
#map {
	position: absolute;
	left: -496px;
	top: -305px;
	cursor: move;
}