.popover {
	padding: 5px;
	background-color: #050505;
	position: absolute;
	display: none;
	border-color: #444141;
	border-style: solid;
	border-width: 3px;
	height: 250px;
	width: 300px;
	z-index: 2;
}

#closebox {
	position: absolute;
	width: 30px;
	height: 29px;
	background: transparent url(img/closebox.png) no-repeat;
	top: -5px;
	left: -5px;
	z-index: 5;
}
