.objectList2 {
	position: relative;
	width: 90px;
	height: 140px;
	z-index: 20;
}

.objectList2 img {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 2;
}

.objectList2 .brakMiejsc {
	position: absolute;
	top: 25px;
	left: 5px;
	width: 80px;
	height: 20px;
	line-height: 20px;
	background-color: white;
	text-align: center;
	opacity:0.6;
	filter:alpha(opacity=60);
	font-size: 10px;
	font-family: arial;
	font-weight: bold;
	color: black;
	text-decoration: none;
	z-index: 3;
	overflow: hidden;
}

.objectList2 .information {	
	position: absolute;
	top: 65px;
	left: 5px;
	z-index: 2;
}

.objectList2 .description {	
	position: relative;
	top: 0px;
	right: 0px;
	display: table-cell; 
	vertical-align: middle;
	width: 80px;	
	height: 70px;
}


.objectList2 .information a {
	color: inherit;
	font-size: inherit;
	text-decoration: none;
}

.objectList2 .corner {
	position: absolute;
	z-index: 1;
	width: 20px;
	height: 20px;
}