@charset "utf-8";

.pointsofinterest {
	width: 715px;
	color: #ffffff;
	height: 525px;
	height: 500px;
	overflow: hidden;
	margin-bottom: 25px;
	padding-top:43px;
}

.pointsofinterest h3 {
	margin: 0px;
	text-transform: uppercase;
	padding: 0px;
	color: #ffffff;
}

.pointsofinterest img {
	position: absolute;
	z-index: 1;
	margin: 0px;
}

.pointsofinterest ul,.pointsofinterest li {
	margin: 0px;
	padding: 0px;
	position: absolute;
}

.pointsofinterest ul li {
	list-style-type: none;
}

.x,.y {
	display: none;
}

.poi_points  li {
	background: url(/temas/arsopi/images/mapa/marcadorMapa.png);
	width: 13px;
	height: 12px;
	z-index: 1000;
	cursor: pointer;
	
}

.poi_contents li {
	background-color: #ee618f;
	z-index: 1001;
	background-color: #333333;
	display: none;
	width: 109px;
	padding: 8px 20px 7px 20px;

}

.arrow_left {
	display: block;
	position: absolute;
	z-index: 1001;
	height: 15px;
	width: 12px;
	background: url(/temas/arsopi/images/mapa/balaoSeta.png);
	margin-left: -22px;
}

.poi_close {
	position: absolute;
	margin-left: 95px;
	margin-top: 0px;
	display: block;
	width: 15px;
	height: 15px;
	background: url(/temas/arsopi/images/mapa/close.png);
	cursor: pointer;
	right: 5px;
}
/** Aqui o nifty corrners **/
.poi_nifty_top {
	position: absolute;
	width: 100%;
	margin-left: -10px;
	margin-right: -5px;
	margin-top: -16px;
	display: block;
	/* background: url(/temas/arsopi/images/mapa/balaoTopo.png); */
	background-repeat: no-repeat;

}
.poi_nifty_down {
	position: absolute;
	width:100%;
	height: 18px;
	margin-top: 22px;
	margin-left: -10px;
	margin-right: -5px;
	display: block;
	/* background: url(/temas/arsopi/images/mapa/balaoRodape.png); */
	background-repeat: no-repeat;
	box-shadow: 0px 0px 0px 0px #666;
	-webkit-box-shadow: 0px 0px 0px 0px #666;
}