
.building {
    width: 460px;
    float: left;
    position: relative;
}

.building_image {
	float: left;
	width: 178px;
	height: 178px;
	background: #cfdce4;
	border: 1px solid #bdced8;
	margin-bottom: 20px;
	text-align: center;
}

.building_txt {
	float: right;
	width: 260px;
}

#building_leftcolumn {
	width: 620px;
	float: left;
}

#building_rightcolumn {
	float: right;
	width: 300px;
}

#building_gallery {
	height: 292px;
    width: 292px;
    border: 4px solid #bdced8;
    position: relative;
    background: #cfdce4;
}

.gallery_wrap {
    height: 292px;
    width: 292px;
    position: relative;
    overflow: hidden;
}

.gallery_slider {
    height: 292px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 292px;
}

.gallery_slide {
    height: 292px;
    width: 292px;
    float: left;
}

.gallery_next {
	position: absolute;
	top: 120px;
	left: 296px;
	text-indent: -3333px;
	overflow: hidden;
	width: 20px;
	height: 40px;
	background: url(images/arrows.png) top right;
}

.gallery_prev {
	position: absolute;
	top: 120px;
	right: 296px;
	text-indent: -3333px;
	overflow: hidden;
	width: 20px;
	height: 40px;
	background: url(images/arrows.png) top left;
}

#building_map {
    margin-top: 21px;
    width: 298px;
    height: 298px;
    border: 1px solid #c1c1c1;
}

.building_space_odd {
	background: #cfdce4;
	border: 1px solid #bdced8;
	margin: 5px 0px;
	padding: 21px 20px 0px 20px;
	margin-bottom: 21px;
}

.building_space_even {
	background: #ffffff;
	border: 1px solid #cfdce4;
	margin: 5px 0px;
	padding: 21px 20px 0px 20px;
	margin-bottom: 21px;
}

.building_space_text {
	float: left;
	width: 340px;
}

.building_space_images {
	float: right;
	width: 220px;
}

.spacethumb {
	float: left;
	height: 89px;
	width: 89px;
	text-align: center;
	background: #bdced8;
	border: 1px solid #94afbf;
	margin: 10px;
}
