.vlrp_cont {
    margin: 5px 0 10px 0;
    position: relative;
    width: 100%;
}

.vlr_player {
    background: none repeat scroll 0 0 #EAECEF;
    margin: auto;
    padding-top: 1px;
    border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
}

.vlr_player .vlr_play {
    margin: 10px 0 10px 10px;
}

/* Social */

.vlr_player .vlr_social {
    float: right;
    margin-top: 10px;
    width: 64px;
}

.vlr_social ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.vlr_social li {
    color: #5D5D5B;
    cursor: pointer;
    height: 45px;
    list-style: none outside none;
    padding: 0 7px;
    position: relative;
}

.vlr_social li:hover {
    color: #f4c844;
}

.vlr_social .ico {
    background: url("../images/vlr_social_ico.png") no-repeat scroll transparent;
    display: block;
    float: left;
    height: 27px;
    width: 27px;
}

.vlr_social .vlrs_vk .ico {
    background-position: -67px -27px;
}

.vlr_social .vlrs_vk:hover .ico {
    background-position: -67px -1px;
}

.vlr_social .vlrs_mailru .ico {
    background-position: -157px -27px;
}

.vlr_social .vlrs_mailru:hover .ico {
    background-position: -157px -1px;
}

.vlr_social .vlrs_odnoklasniki .ico {
    background-position: -187px -27px;
}

.vlr_social .vlrs_odnoklasniki:hover .ico {
    background-position: -187px -1px;
}

.vlr_social .vlrs_livejournal .ico {
    background-position: -217px -27px;
}

.vlr_social .vlrs_livejournal:hover .ico {
    background-position: -217px -1px;
}

.vlr_social .vlrs_googleplus .ico {
    background-position: -97px -27px;
}

.vlr_social .vlrs_googleplus:hover .ico {
    background-position: -97px -1px;
}

.vlr_social .vlrs_twitter .ico {
    background-position: -7px -27px;
}

.vlr_social .vlrs_twitter:hover .ico {
    background-position: -7px -1px;
}

.vlr_social .vlrs_facebook .ico {
    background-position: -36px -27px;
}

.vlr_social .vlrs_facebook:hover .ico {
    background-position: -36px -1px;
}

.vlr_social .num {
    display: block;
    float: right;
    font-family: Arial, sans-serif;
    font-size: 11px;
    padding-top: 8px;
}

.vlr_social .line {
    border-bottom: 1px solid #5D5D5D;
    bottom: 8px;
    clear: both;
    position: absolute;
    width: 49px;
}

/* END Social */

.vlr_player .vlr_info {
    clear: both;
    color: #A5A5A1;
    font-family: Arial, sans-serif;
    font-size: 13px;
    text-decoration: underline;
    padding-bottom: 10px;
    padding-right: 10px;
    text-align: right;
}

.vlr_player .vlr_info a {
    color: #000000;
}