.buttonfixed{
display:block;
_display:none;
position:fixed;
z-index:9999;
text-indent:-9999px;
overflow:hidden;
outline:none;
right:5px;
}
.buttonfixed .twitter{
background:url('../image/social/twitter2.png') no-repeat 0 0; width:24px; height:24px;
}
.buttonfixed .facebook{
background:url('../image/social/facebook2.png') no-repeat 0 0; width:24px; height:24px;
}
.buttonfixed:hover{
right:6px;
}
