/* Floating Bookmarks */
#bookmarks #rss {background: url('images/rss/rss.png');}
#bookmarks #email {background: url('images/icons/mail_plain.png');}
#bookmarks #twitter {background: url('images/icons/social_twitter.png');}
#bookmarks #facebook {background: url('images/icons/social_facebook.png');}
#bookmarks #youtube {background: url('images/icons/social_you_tube.png');}
#bookmarks #stumble_upon {background: url('images/icons/social_stumble_upon.png');}
#bookmarks #reddit {background: url('images/icons/social_reddit.png');}
#bookmarks #paypal {background: url('images/icons/social_paypal.png');}
#bookmarks #myspace {background: url('images/icons/social_myspace.png');}
#bookmarks #linked_in {background: url('images/icons/social_linked_in.png');}
#bookmarks #google {background: url('images/icons/social_google.png');}

#bookmarks {
background:transparent; 
position:fixed; 
z-index:99999;
top: 30%;        /* Change position from top */
right: 0.5%;    /* Change to left/right */
width: 48px;     /* Change the width of all icons */
}
#bookmarks a {
display: block; 
text-indent: -9999px; 
height: 48px;    /* Change the height of all icons */
}


/* Add custom CSS code here. */

