


.zoom_map {
		display:none;
		position:absolute;
		cursor:pointer;
		
}


#map_container {
		width:740px;
		height:440px;
		border:1px solid #000;
		background:url(http://www.westga.edu/mapfiles/map.jpg) no-repeat;
}


#map_container a {
  outline:none;
  border-bottom:none;
}

#map_container .zoom_link {
	
	color:#333;
	display:block;
	font-size:14px;
	text-decoration:none;
	position:absolute;

}
#map_container .zoom_link:hover {
border:1px solid #000;
background:url(http://www.westga.edu/mapfiles/zoom_icon.png) 280px 140px no-repeat;
}

#map_container #zoom_1 {
	width:369px;
	height:219px;
}

#map_container #zoom_2 {
	width:369px;
	height:219px;
	margin-left:370px;
}

#map_container #zoom_3 {
	width:369px;
	height:219px;
	margin-top:220px;
}

#map_container #zoom_4 {
	width:369px;
	height:219px;
	margin-left:370px;
	margin-top:220px;
}




