

.gm-style img {
	max-width: none;
}



#map-wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.map-holder {
	max-width: 260px;
	margin: 20px auto;
	height: auto !important;
}

.map {
	position: relative;
	max-width: 260px;
	padding: 0 10px 23px;
	z-index: 1;
	font: 600 11px/1 Arial, "Helvetica Neue", sans-serif;
}

.map img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.map a {
	color: #ea9966;
}
.map .new-map {
	width: 248px;
	height: 241px;
}

.map .new-map li {
	position: absolute;
	background-repeat: no-repeat;
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	cursor: pointer;
	list-style-type: none;
	margin-left: 0;
}

.map .new-map li span {
	color: #fff;
	z-index: 2;
	cursor: pointer;
}

.map .new-map li.activestate {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	z-index: 1 !important;
}

.map .new-map #map1,
.map .new-map #map2,
.map .new-map #map3,
.map .new-map #map4,
.map .new-map #map5,
.map .new-map #map6,
.map .new-map #map7,
.map .new-map #map8,
.map .new-map #map9,
.map .new-map #map10,
.map .new-map #map11,
.map .new-map #map12 {
	z-index: -1;
}

.map .new-map #map1 {
	background-image: url(../images/waverly.png);
	width: 38px;
	height: 70px;
	left: 3px;
	top: 12px;
}

.map .new-map #map1 span {
	position: absolute;
	left: -8px;
	top: 29px;
	color: #1C1C1C;
}

.map .new-map #map2 {
	background-image: url(../images/lansing-map.png);
	width: 54px;
	height: 88px;
	left: 21px;
	top: 0;
}

.map .new-map #map2 span {
	position: absolute;
	left: 9px;
	top: 28px;
}

.map .new-map #map3 {
	background-image: url(../images/holt-map.png);
	width: 85px;
	height: 45px;
	left: 0;
	top: 72px;
}

.map .new-map #map3 span {
	position: absolute;
	left: 45px;
	top: 17px;
}

.map .new-map #map4 {
	background-image: url(../images/elansing-map.png);
	width: 29px;
	height: 51px;
	left: 63px;
	top: 22px;
}

.map .new-map #map4 span {
	position: absolute;
	left: 7px;
	top: 14px;
}

.map .new-map #map5 {
	background-image: url(../images/haslett-map.png);
	width: 57px;
	height: 35px;
	left: 83px;
	top: 16px;
}

.map .new-map #map5 span {
	position: absolute;
	left: 11px;
	top: 12px;
	color: #1C1C1C;
}

.map .new-map #map6 {
	background-image: url(../images/okemos-map.png);
	width: 50px;
	height: 48px;
	left: 75px;
	top: 42px;
}

.map .new-map #map6 span {
	position: absolute;
	left: 2px;
	top: 16px;
}

.map .new-map #map7 {
	background-image: url(../images/williamston-map.png);
	width: 74px;
	height: 73px;
	left: 104px;
	top: 29px;
}

.map .new-map #map7 span {
	position: absolute;
	left: 14px;
	top: 44px;
}

.map .new-map #map8 {
	background-image: url(../images/mason-map.png);
	width: 95px;
	height: 99px;
	left: 32px;
	top: 72px;
}

.map .new-map #map8 span {
	position: absolute;
	left: 32px;
	top: 48px;
	color: #1C1C1C;
}

.map .new-map #map9 {
	background-image: url(../images/leslie-map.png);
	width: 112px;
	height: 64px;
	left: 36px;
	top: 156px;
}

.map .new-map #map9 span {
	position: absolute;
	left: 40px;
	top: 23px;
}

.map .new-map #map10 {
	background-image: url(../images/dansville-map.png);
	width: 76px;
	height: 89px;
	left: 115px;
	top: 91px;
}

.map .new-map #map10 span {
	position: absolute;
	left: 15px;
	top: 37px;
}

.map .new-map #map11 {
	background-image: url(../images/webberville-map.png);
	width: 47px;
	height: 91px;
	left: 158px;
	top: 33px;
}

.map .new-map #map11 span {
	color: #000;
	position: absolute;
	left: 12px;
	top: 63px;
	color: #1C1C1C;
}

.map .new-map #map12 {
	background-image: url(../images/stockbridge-map.png);
	width: 118px;
	height: 114px;
	left: 130px;
	top: 127px;
}

.map .new-map #map12 span {
	position: absolute;
	left: 30px;
	top: 54px;
}

.arealist-holder {
	margin: 0 -11px;
}

.arealist-holder .title {
	display: inline-block;
	vertical-align: top;
	color: #2abde6;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: -2px;
}

.arealist-holder ul {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1em;
	margin: 0 -8px;
}

.arealist-holder ul li {
	font-size: 12px;
	line-height: 15px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	padding: 0 8px;
	position: relative;
}

.arealist-holder ul li:before {
	content: "";
	height: 11px;
	background: #606;
	width: 1px;
	position: absolute;
	right: 0;
	top: 3px;
	left: auto;
}

.arealist-holder ul li:last-child:before {
	display: none;
}

.arealist-holder ul a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}

.arealist-holder ul a:hover {
	text-decoration: underline;
}

