﻿.buttonfixed
{
  display:block;
  _display:none;
  position:fixed;
  z-index:9999;
  text-indent:-9999px;
  overflow:hidden;
  outline:none;
  top:5px;
}
.buttonfixed .RSS
{
  background:url('/blog/img/RSS.png') no-repeat 0 0; width:32px; height:32px;
}
.buttonfixed .Twitter
{
  background:url('/blog/img/Twitter.png') no-repeat 0 0; width:32px; height:32px;
}
.buttonfixed .Facebook
{
  background:url('/blog/img/Facebook.png') no-repeat 0 0; width:32px; height:32px;
}
.buttonfixed .Technorati
{
  background:url('/blog/img/Technorati.png') no-repeat 0 0; width:32px; height:32px;
}
.buttonfixed .Digg
{
  background:url('/blog/img/Digg.png') no-repeat 0 0; width:32px; height:32px;
}
.buttonfixed .MySpace
{
  background:url('/blog/img/MySpace.png') no-repeat 0 0; width:32px; height:32px;
}
.buttonfixed .LinkedIn
{
  background:url('/blog/img/LinkedIn.png') no-repeat 0 0; width:32px; height:32px;
}
.buttonfixed .Reddit
{
  background:url('/blog/img/Reddit.png') no-repeat 0 0; width:32px; height:32px;
}
.buttonfixed .Delicious
{
  background:url('/blog/img/Delicious.png') no-repeat 0 0; width:32px; height:32px;
}
.buttonfixed .Flickr
{
  background:url('/blog/img/Flickr.png') no-repeat 0 0; width:32px; height:32px;
}
.buttonfixed .StumbleUpon
{
  background:url('/blog/img/StumbleUpon.png') no-repeat 0 0; width:32px; height:32px;
}
.buttonfixed .YouTube
{
  background:url('/blog/img/YouTube.png') no-repeat 0 0; width:32px; height:32px;
}
.buttonfixed:hover
{
  top:6px;
}
#SocialNetworkingFloat = 
{
	position:fixed; left:0; top:0
}

