/*div.gallery{
    max-width: 420px;
    width: 420px;
    display: table;
}
div.left-arrow,
div.gallery div.right-arrow {
    width: 25px;
    height: 25px;
    margin-top: 90px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #f6f6f6;
    cursor: pointer;
}
div.gallery div:hover.left-arrow,
div.gallery div:hover.right-arrow{
    border: 1px solid #dedede;
}
div.gallery div.left-arrow {
    background: url(../../../image/colorbox/controls.png) no-repeat -75px 0;
    float: left;
}
div.gallery div.right-arrow {
    background:url(../../../image/colorbox/controls.png) no-repeat -50px 0;
    float: right;
}
div.gallery div.border {
    max-width: 340px;
    width: 340px;
    max-height: 300px;
    height: 300px;
    overflow: hidden;
}
div.gallery div.photos {
    display: table;
    max-height: 220px;
}*/