#twitter_tab
{
    display: inline-block;
    top: 110px;
    width: 37px;
    height: 37px;
    background: url("index/tab_twitter.png") no-repeat 0 0;
    position: absolute;
    left: 0px;
}
#twitter_tab:hover
{
    background-position: -37px 0;
}
#twitter_tab span
{
    display: none;
}


#linkedin_tab
{
    display: inline-block;
    top: 153px;
    width: 37px;
    height: 37px;
    background: url("index/tab_linkedin.png") no-repeat 0 0;
    position: absolute;
    left: 0px;
}
#linkedin_tab:hover
{
    background-position: -37px 0;
}
#linkedin_tab span
{
    display: none;
}


#facebook_tab
{
    display: inline-block;
    top: 196px;
    width: 37px;
    height: 37px;
    background: url("index/tab_facebook.png") no-repeat 0 0;
    position: absolute;
    left: 0px;
}
#facebook_tab:hover
{
    background-position: -37px 0;
}
#facebook_tab span
{
    display: none;
}


#vkontakte_tab
{
    display: block;
    top: 239px;
    width: 37px;
    height: 37px;
    background: url("index/tab_vkontakte.png") no-repeat 0 0;
    position: absolute;
    left: 0px;
}
#vkontakte_tab:hover
{
    background-position: -37px 0;
}
#vkontakte_tab span
{
    display: none;
}


#home_tab
{
    display: inline-block;
    top: 110px;
    width: 37px;
    height: 37px;
    background: url("index/tab_home.png") no-repeat 0 0;
    position: fixed;
    left: 0px;
}
#home_tab:hover
{
    background-position: -37px 0;
}
#home_tab span
{
    display: none;
}


#sound_tab
{
    display: inline-block;
    top: 153px;
    width: 37px;
    height: 37px;
    background: url("index/tab_sound.png") no-repeat 0 0;
    position: absolute;
    left: 0px;
}
#sound_tab:hover
{
    background-position: -37px 0;
}
#sound_tab span
{
    display: none;
}
