#sws-list { 
    overflow: hidden; 
    font-family: Arial;
    margin-bottom: 40px;
}

.sws-container {
    float:left;
    width: 33.3%;
}

.sws-logo {
    float: left;
    width: 50px;
}

.sws-logo img {
    border: 0;
}

#sws-twitter .sws-logo {
    background: #55ACEE;
    text-align: center;
    padding: 11px 0 6px;
    width: 50px;
    display: inline-block;
}

#sws-youtube .sws-logo {
    background: #e52d27;
    text-align: center;
    padding: 5px 0 1px;
    width: 50px;
    display: inline-block;
    overflow: hidden;
}

#sws-youtube .sws-logo img {
    margin-left: -7px;
}

#sws-youtube {
    border: 0;
    margin-right: 0;
    padding-right: 0;
}

.sws-content {
    border-right: 1px solid #ddd;
    padding-right: 15px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
}

.sws-thumbnail + .sws-facebook-content {
    margin-left: 78px;
}

.sws-social-site {
    float: left;
}

.sws-all-posts {
    float: left;
    border-left: 1px solid #bbb;
    margin-left: 15px;
    padding: 4px 0 4px 15px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #444;
}

.sws-nav {
    position: absolute;
    right: 10px;
    top: 0;
}

.sws-nav span {
    display: block;
    width: 0; 
    height: 0; 
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    margin: 0 0 3px;
    cursor: pointer;
}

.sws-prev {
    border-bottom: 7px solid #666;
}

.sws-prev.sws-disabled {
    border-bottom: 7px solid #ddd;
}

.sws-prev.sws-disabled:hover {
    border-bottom: 7px solid #ddd;
    cursor: default;
}

.sws-prev:hover {
    border-bottom: 7px solid #aaa;
}

.sws-next {
    border-top: 7px solid #666;
}

.sws-next.sws-disabled {
    border-top: 7px solid #ddd;
    cursor: default;
}

.sws-next.sws-disabled:hover {
    border-top: 7px solid #ddd;
    cursor: default;
}

.sws-next:hover {
    border-top: 7px solid #aaa;
}

.sws-info {
    margin: 0 15px 0 60px;
    font-size: 11px;
    height: 125px;
}

.sws-items {
    height: 100px;
}

.sws-item {
    display: none;
}

.sws-thumbnail {
    max-width: 75px;
    max-height: 50px;
    float: left;
    margin-right: 4px;
    margin-bottom: 2px;
}

.sws-selected {
    display: block !important;
}