.buttonfixed{
display:block;
_display:none;
position:fixed;
z-index:9999;
text-indent:-9999px;
overflow:hidden;
outline:none;
bottom:5px;
}
.buttonfixed .twit{
background:url('../images/twit.png') no-repeat 0 0; width:39px; height:39px;
}
.buttonfixed .face{
background:url('../images/face.png') no-repeat 0 0; width:39px; height:39px;
}
.buttonfixed .digg{
background:url('../images/digg.png') no-repeat 0 0; width:39px; height:39px;
}
.buttonfixed .deli{
background:url('../images/deli.png') no-repeat 0 0; width:39px; height:39px;
}
.buttonfixed .stumb{
background:url('../images/stumb.png') no-repeat 0 0; width:39px; height:39px;
}
.buttonfixed .news{
background:url('../images/news.png') no-repeat 0 0; width:39px; height:39px;
}
.buttonfixed .mail{
background:url('../images/mail.png') no-repeat 0 0; width:39px; height:39px;
}
.buttonfixed .feed{
background:url('../images/feed.png') no-repeat 0 0; width:39px; height:39px;
}

.buttonfixed:hover{
bottom:6px;
}
