.slideView, .slideView .panelContainer .panel {
	width:570px;
	height: 165px;
}
.slideView {
	height: 242px;
	float: left;
	position: relative;
	overflow: hidden;
}
.slideView .panelContainer {
	position: relative;
	left: 0; top: 0;
	width: 100%;
}
.slideView .panelContainer .panel {
	float: left;
	text-align: center;
}
.slideView .panelContainer .panel .buildingBlock {
	width: 189px;
	height: 143px;
	float: left;
}
.slideButton a.prev, .slideButton a.next {
	display: block;
	float:left;
	width: 17px;
	height: 143px;
	text-decoration: none;
	background: url(../img/slide_left.png) right 60px no-repeat;
}

.slideButton a.next {
	background: url(../img/slide_right.png) left 60px no-repeat;
}

div#building-container div#building-bottom-left-container div#row-id-2
{
    border-left: 1px dotted #7A828F;
    border-right: 1px dotted #7A828F;
}
div.buildingBlock img{
    border: 7px solid #F3F8FB;
}

div#buildingList h2, div#buildingListCarousel h2{
    margin: 0 0 22px 0;
    font-family: Arial;
    font-size: 20px;
    height: 28px;
    overflow: hidden;
}
.buildingDesc{
     text-align:left;
     padding-left:20px;
}

.buildingDesc a{
    font-weight:bold;
}

.buildingDesc h3{
    font-weight:bold;
}

div.has_2cols_layout .slideView{
    width:662px;
}

div.has_2cols_layout .slideView .panelContainer .panel .buildingBlock {
  width:178px;
}
