.wsharingContainer{height: 30px;}
.wsharingContainer ul{list-style: none; margin: 0; padding: 0;}
.wsharingContainer ul li{float: left; margin-right: 5px; cursor: pointer;}
.wsharingContainer ul li:last-child{margin-right: 0;}
.wsharingContainer ul li div{width: 30px; height: 30px;}

/*.wsButtM{background: url('../img/wsharingbutts/mail_out.png');}
.wsButtF{background: url('../img/wsharingbutts/fb.png');}
.wsButtTwitt{background: url('../img/wsharingbutts/tweet.png');}
.wsButtIn{background: url('../img/wsharingbutts/in.png');}
.wsButtG{background: url('../img/wsharingbutts/gplusz.png');}
.wsButtYT{background: url('../img/wsharingbutts/youtube.png');}*/

.wsButtM {
    background: url('/Content/img/wsharingbutts/2/mail_out.png');
}
.wsButtF {
    background: url('/Content/img/wsharingbutts/2/fb.png');
}
.wsButtTwitt {
    background: url('/Content/img/wsharingbutts/2/tweet.png');
}
.wsButtIn {
    background: url('/Content/img/wsharingbutts/2/in.png');
}
.wsButtG {
    background: url('/Content/img/wsharingbutts/2/gplusz.png');
}
.wsButtYT {
    background: url('/Content/img/wsharingbutts/2/youtube.png');
}