.modo-slidebar .thumbs-container {
    overflow: hidden;
}

.thumbs-container .thumbs {
    overflow: hidden;
}

.thumb {
    position: relative;
    float: left;
    background-color: #322E2D;
    margin: 0px 0px 0px 0px;
    padding:0px;
    overflow: hidden;
    cursor: pointer;
}

.thumb img.content {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
}

.thumb .shadow {
    position: relative;
    z-index: 2;
    margin: 0px 15px 0px 15px;
    opacity: .3;
    display: block;
}

a.thumb:hover {
    opacity: .8;
}

a.thumb.placeholder:hover {
    opacity: 1.0;
}

a.thumb.selected:hover {
    opacity: 1.0;
}

.thumb .shadow .left {
    position: absolute;
    top: 0%; left: -15px;
}

.thumb .shadow .right {
    position: absolute;
    top: 0%; left: 100%;
}

.thumb .shadow .center {
    position: relative;
    width: 100%;
    margin: 0px 0px 0px 0px;
}

.modo-slidebar .article {
    height: 200px;
    overflow: hidden;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

.controlBar {
    text-decoration: none;
    height: 180px;
    width: 35px;
    text-align:center;
    color: #44473c;
    opacity: .5;
}
.controlBar:hover {
    opacity: .85;
    text-decoration: none;
}

.controlBar a {
    text-decoration: none;
    cursor: pointer;
    margin-top: 65px;
    line-height: 50px;
    font-size: x-large;
}

.controlBar a:hover {
    text-decoration: none;
}

.controlBar.left {
    float: left;
    margin-left: -35px;
}

.controlBar.right {
    float: right;
}