﻿    .socialContainerV2 {
        float: right;
    }

    .socialContainerV2 a:hover {
        text-decoration: none;
    }

    .socialContainerV2 .share {
        display: block;
        float: left;
        height: 20px;
        width: 28px;
        background-image: url('/Content/images/share/share_icon.png');
        background-position: center right;
        background-repeat: no-repeat;
    }

    .socialContainerV2 .twitter {
        display: block;
        float: left;
        height: 20px;
        width: 28px;
        background-image: url('/Content/images/share/twitter_icon.png');
        background-position: center right;
        background-repeat: no-repeat;
    }

    .socialContainerV2 .facebook {
        display: block;
        float: left;
        height: 20px;
        width: 28px;
        background-image: url('/Content/images/share/facebook_icon.png');
        background-position: center right;
        background-repeat: no-repeat;
    }

    .socialContainerV2 .email {
        display: block;
        float: left;
        height: 20px;
        width: 28px;
        background-image: url('/Content/images/share/mail_icon.png');
        background-position: center right;
        background-repeat: no-repeat;
    }

    .socialContainerV2 .rss {
        display: block;
        float: left;
        height: 20px;
        width: 28px;
        background-image: url('/Content/images/share/rss_icon.png');
        background-position: center right;
        background-repeat: no-repeat;
    }

    .socialContainerV2 .rss:hover {
        background-image: url('/Content/images/share/rss_hover_icon.png');
    }

    .socialContainerV2 .email:hover {
        background-image: url('/Content/images/share/mail_hover_icon.png');
    }

    .socialContainerV2 .twitter:hover {
        background-image: url('/Content/images/share/twitter_hover_icon.png');
    }

    .socialContainerV2 .facebook:hover {
        background-image: url('/Content/images/share/facebook_hover_icon.png');
    }
