.article-browser {
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
    margin: 20px 0;
}

.article-browser > a {
    width: 200px;
    padding: 4px 8px;
    background-color: #333;
    max-height: 100px;
    position: absolute;
    top: 0;
    color: #EEE !important;
    text-decoration: none !important;
    cursor: pointer;
    display: block;
}

.article-browser > a:hover {
    background-color: #666;
    color: #FFF;
}

.article-browser a.left {
    left: 0;
}


.article-browser a.right {
    right: 0;
}