.scrollable {
    position: relative;
    overflow: hidden;
    width: 740px;
    height: 128px;
    padding-top: 16px;
    padding-bottom: 2px;
    margin-left: 10px;
}
.scrollable.items {
    width: 20000em;
    position: absolute;
    clear: both;
    margin-left: 20px;
}
.scrollable.items div {
    float: left;
    background-color: white;
    padding: 0;
    cursor: pointer;
    width: 160px;
    height: 120px;
    margin-right: 20px;
}
.scrollable.active {
    border: 2px solid#7cb72a;
    z-index: 9999;
    position: relative;
}
.scrollable.featured_img_link {
    display: block;
    width: 160px;
    height: 120px;
    padding: 0;
}
.featured_title {
    width: 140px;
    height: 120px;
    padding: 20px;
    float: left;
}
.featured_items {
    width: 740px;
    height: 120px;
    background-color: #d7e1e4;
    background: url(../images/seekvic/featured_bg.png)no-repeat;
    padding: 20px;
    padding-left: 0;
    padding-right: 0;
    float: left;
}
.feature_nav {
    width: 40px;
    height: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
    text-align: center;
}
