.zjtour_description {
    clear: both;
    padding-top: 5px;
}

p.zjtour-text {
    float: left;
    width: 340px;
}

.zjtour-image {
    float: right;
    padding: 0 0 1em 0;
    position: relative;
    width: 200px;
}

.zjtour-image img {
    display: block;
    height: auto;
    width: 100%;
    -ms-interpolation-mode: bicubic;
}

.zjtour-timeline {
    background: url(https://www.hkfbs.org.hk/static/images/functions/zjtour/timeline_bg.jpg) no-repeat scroll 0 0 transparent;
    height: 460px;
    padding-top: 120px;
    width: 740px;
}

.row {
    height: 90px;
    margin: 5px 0;
    position: relative;
}

.row > img {
    display: block;
    float: left;
    height: 90px;
    width: 300px;
}

.row > a {
    display: block;
    float: left;
    height: 60px;
    padding: 0 2px;
    width: 136px;
}

.row > a > img {
    border: 0;
    height: 60px;
    width: 136px;
}

.row > img {
    visibility: hidden;
}

.row:hover > img {
    visibility: visible;
}

.row .final {
    text-align: center;
}