#textblocks_overlay {
	position: absolute;
	z-index: 120;
	top: 0;
	max-height: 950px;
	max-width: 500px;
}

#item_under {
	overflow: hidden;
	height: 500px;
	width: 950px;
}

#textblocks_overlay .textblock {
	position: absolute;
	padding: 5px;
	line-height: 1;
	width: 200px;
	height: 200px;
	background: #000;
	color: #fff;
}

#textblocks_overlay .textblock {
	overflow-x: hidden;
	overflow-y: auto;	
}

#textblocks_overlay .waytop {
	z-index: 160;
}

#bottom-bar {
	color: #777;
	padding-top: 3px;
	position: absolute;
	top: 500px;
	z-index: 1000;
}

#bottom-bar span {
	padding: 0 2px;
	float: left;
	font-size: 10px;
	line-height: 15px;
}

#bottom-bar a {
	text-decoration: none;
	color: #666;
	display: block;
	float: left;
}

#progress_bar {
	display: none;
	margin-top: 5px;
	width: 200px;
	border: 1px solid black;
	height: 2px;
	float: left;
	margin-left: 10px;
	position: relative;
}

#progress_fill {
	background: #000;
	height: 100%;
	width: 50%;
}

#ajax_loading {
	display: block;
	height: 500px;
	width: 950px;
	background: red;
}

.flash-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 150;
}
