@charset "utf-8";
/* CSS Document */

#social-icons {
width:125px;height:114px;
z-index: 2;
position: fixed;

}
.social-media-icons {
display:table
}
.social-media-icons ul {
text-align:right;
padding:0px 0px 10px 0px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom:0;
float:left;	
}

.social-media-icons li.media_icon {
background:none;
float:left;
margin-top:-2px;
}
.social-media-icons li:hover  img{
width:48px;height:40px;	
opacity:0.3;
}