#authPanel {
	left: 666px;
	position: fixed;
	top: 111px;
	z-index: 5;
}

#brickPanel {
	left: 555px;
	position: fixed;
	top: 111px;
	z-index: 3;
}

#brickOffer {
	left: 666px;
	position: fixed;
	top: 111px;
	z-index: 4;
}

#userOffers {
	left: 555px;
	position: fixed;
	top: 111px;
	z-index: 3;
}

#userOffers .userOffers {
	height: 500px;
	overflow: auto;
	padding: 0px 10px 0px 10px;
}

#userOffers .userOffersRow {
	position: relative;
}

#positionReminder {
	position: fixed;
	top: 0px;
	right: 0px;
}

#documentSize {
	position: fixed;
	bottom: 0px;
	right: 0px;
}

#theWall {
	margin: 0;
	padding: 0;
	position: relative;
	width: auto;
	height: auto;
	z-index: 1;
}

.brick {
	border: dashed 1px lightgray;
	display: block;
	overflow: hidden;
	position: absolute;
}

.brickContent {
	position: relative;
}

.brickImage,
.brickText {
	left: 0px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 0px;
}

#upperSlider {
	left: 0px;
	opacity: 0;
	position: fixed;
	text-align: center;
	top: -500px;
	z-index: 2;
}

#lowerSlider {
	border: 5px solid black;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	bottom: -50px;
	left: 66px;
	opacity: 0.25;
	padding: 25px;
	position: fixed;
	text-align: center;
	width: 300px;
	z-index: 2;
}

.showIfLogged,
.showIfNotLogged {
	display: inline;
}