﻿.ablumbox {
	display: inline-block;
	float:left;
    width: 220px;
    height: 227px;
    padding: 4px;
    background-color: #f2f4fc !important;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;    
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}


.ablumbox .txt {
	display: block;
    text-align: center;
    padding-top: 5px;
    font-weight: 600;
}
 .imagePhoto{
	width: 210px;
    height: 160px;
}  