#my-gallery-container {
	background-color: #ededed;
}
p {
/* 	text-align: center; */
	color: #4d4d4d;
	padding: 0px 16px 0px;
    font-size: 14px;
    word-wrap: break-word;
}
.item {
	/* border: #c6c6c6 2px solid; */
    width: 100%;
    background-color: white;
    min-height: 100px;
    /* padding: 5px; */
    margin: 10px 0px;
    /* box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 2px; */
/*     border-radius: 4px; */
    padding-bottom: 3px;
    border: 1px solid #ccc;
    overflow: hidden;
	
}

.item:hover {
	opacity: 0.5;
}
.item p {

}
.item.h150{
	width: 100%;
	min-height: 150px;
}

.item.h200{
	width: 100%;
	min-height: 200px;

}

.item.h250{
	width: 100%;
	min-height: 200px;
}
.padding{
	padding: 10px 5px;
}

.house_img{
			width: 100%;
		}
#bankcode-detail{
	text-decoration: none;
	display: block;
	padding: 10px 0px 8px 0px;
	font-size: 18px;
    font-weight: bold;
    color: #000;
}