.viewport-list {
    border: 0;
    margin: 0;
    padding: 0;
    left: 0px;
    position: absolute;
}

.viewport-list a.theme {
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
    border: 0;
    margin-right: 8px;
    float: left;
    width: 135px;
    height: 160px;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
}

.viewport-list a.theme:hover {
}

.viewport-list a.theme span.themeText {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    height: 16px;
    left: 0px;
    position: absolute;
    top: 90px;
    padding: 4px 0 0;
    text-align: center;
    width: 135px;
}



