.showover {
	width: 260px;
	height: 0px;
	display: block;
	margin: 0;
	padding: 0;
	border:  0;
	position: relative;
	z-index: 999997;
	}
.overlay {
	height: 580px;
	width: 260px;
	margin: -15px 0 0 0;
	padding: 10px;
	color: #f2f2f2;
	border: 0;
	border-top: 1px solid #1a1a1a;
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
	background: #000;
	overflow: auto;
	text-align: left;
}
.innerOver {
	width: 248px;
	height: 540px;
	margin: 0 0 10px 0px;
	padding: 0;
	font-size: 12px;
}
.innerOver h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	text-shadow: #000000 1px 1px 1px;
	padding-top: 20px;
}