@charset "utf-8";


.free-wall {
    margin: 0px 0px 0px;
    /*border-top: 1px solid #666;*/
    background-color: #fff;
}

.cell {
    background: rgb(245, 245, 245);
    width: 222px;
    height: 222px;
    border: solid 1px #fff;
    margin: 0;
}

.cell img {
    margin: 0;
    display: block; 
} 



.uk-overlay {
    padding: 15px 30px;
}

.over_box {width: 100%; height: 100%; text-align: center;margin: 0;}
.thumb_cover {width: 100%; height: 100%;background-color: #999;}
.text_panel {position: absolute; top:0px; left:0px; width: 100%; height: 100%; background-color: #000; opacity: 0; }

.home_thumb_exp {position: absolute; width: 100%; font-size: 14px; color: #fff; left:-20px; opacity:0;}

.modal_subj {background-color: #000; color: #ccc; padding: 5px 10px;}

#container {
    margin: auto;
}

