.list_item {
    background-color: #F1F1F1;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    margin: 5px 15px 2px;
    padding: 2px;
    font-size: 14px;
    line-height: 1.5;
}
.show_more {
    display: block;
    text-align: center;
    padding: 10px 0;
    outline: 0;
    font-weight:bold;
    background: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-family: "supermarket", serif;
    font-size: 1.2em;
}
.show_more {
    cursor: pointer;
    display: block;
    padding: 10px 0;
    text-align: center;
    font-weight:bold;
}
.loding {
    background-color: #e9e9e9;
    border: 1px solid #c6c6c6;
    color: #333;
    font-size: 12px;
    display: block;
    text-align: center;
    padding: 10px 0;
    outline: 0;
    font-weight:bold;
}
.loding_txt {
    background: url('/images/icon/load.gif') no-repeat left;
    border: 0;
    display: inline-block;
    height: 16px;
    padding-left: 20px;
}
.brand-slider-full { width:100% !important; }
.gallery img{
    width: 100% !important;max-height: 300px}
