#detailbox{
	background: #000;
	color:#fff;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.build_title{
	background: #000;
	color:#fff;
	width: 100%;
	margin: 0 auto;
}

.build_title h1{
	color: #fff;
	font-size: 180%;
}

#buildings_list{
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
}

#buildings_list h2{
	margin-left: 30px;
	margin-top: 30px;
	font-size: 150%;
}

#buildings_list ul li{
	float: left;
	margin-top: 30px;
	margin-left: 30px;
}

#buildings_list ul li a{
	color: #fff;
	font-weight: bold;
}

#buildings_list ul li a:hover{
	text-decoration: none;
}

#buildings_list .bill_pict{
	width: 236px;
	text-align:center;
	height: 158px;
   background-repeat: no-repeat;
}


#buildings_list .bill_pict h3{ 
	width: 80%;
	padding-top: 40px;
	margin: 0 auto;
	color: #fdfdfd;
	font-size: 130%;
	padding-bottom: 5px;
	border-bottom: solid 2px #0079ff;
}

#buildings_list .bill_pict p{
	color: #fdfdfd;
	font-size: 110%;
	padding-top: 15px;
}

#buildings_list .bill_pict .high{
	color: #fff;
	font-size: 120%;
	padding-top: 10px;
	display: block;
}

.ml30{
	margin-left: 30px;
}

.cbp{
	position: static !important;
}

#buildings_list .bill_pict .inner{
	width:100%;
    background-color:rgba(0,0,0,0.3);
	position: relative;
	left: 0;
	height: 158px;
}

/*
#buildings_list .bill_pict:hover .inner{
	background-color:rgba(0,0,0,0.7);
}
*/

#buildings_list .bill_pict:hover h3{
	opacity: 0.5;
}

#buildings_list .bill_pict:hover p{
	opacity: 0.5;
}