.white_content {
	position: relative;
	display:none;
	width: 200px;
	height: 100px;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
	background-color: white;
	z-index:1002;
	overflow: auto;
	left:1px;
	top:-177px;
	}