.one_content{
    margin-bottom: 30px;
    text-align: justify;
}
    .one_content img{
        float: left;
        margin: 3px 20px 15px 0;
        padding: 2px;
        border: 1px solid #E56600;
    }


#gallery {
    margin-top: 20px;
    text-align: center;
    list-style:none;
}
#gallery li {
  display:inline;
  vertical-align: top;
}
#gallery a{
    display: inline-block;
    width: 125px;
    height: 125px;
    padding: 2px;
    border: 1px solid #fff;
}
    #gallery a:hover{
        border: 1px solid #029BC1;
    }
    #gallery a span{
        display: block;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }