/* jquery social sidebar plugin with little modifications */

#socialside {
    position: fixed;
    top: 374px;
    left: 10px;
    z-index: 99999;
}

#socialside ul, ol {
    margin: 0 0 0 -53px;
}

.mainul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    z-index: 99999;
}

.scli {
    position: relative;
    width: 226px;
    list-style: none;
    border-radius: 0 8px 8px 0;
    margin-left: -140px !important;
    left: 0;
    cursor: pointer;
    z-index: 99999;
}

.scli img {
    background-color: #333;
    border-radius: 0 5px 5px 0;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
}

.scli li {
    height: 35px;
    line-height: 37px;
    margin: 5px 0;
    padding-right: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    z-index: 99999;
}