#mly_container{position: relative;width:100%; min-width:350px;min-height: 200px;height:100%;}
#mly { min-height: 200px;height: 100%; border:0px solid black;background-color: #444; color:white;}
#mly_info h2 { margin:0; }
#mly_info {
	position: absolute;
	background-color: white;
	width:250px;
	padding:10px;
	height: 0px;
	overflow: hidden;
	display:none;
	top:0px;
	left:0px;
  border:1px solid black;
  z-index:300;
}
#mly_info .close {
  position: absolute;
  background-color: white;
  width: 12px;
  padding: 3px 0px 2px 5px;
  height: 12px;
  top: 0px;
  right: 0px;
  border: 1px solid black;
  line-height: 7px;
  margin: 3px;
  background-color: lightgray;
  cursor: pointer;
}
.mly_pointer {
  cursor: pointer !important;
}