#socialButtonsWrapper {
left: 0;
position: absolute;
top: 0;
width: 100%;
}

#socialButtons {
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
background-color: rgba(255, 255, 255, 0.5);
/* For IE 5.5 - 7 */
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FFFFFF, endColorstr=#80FFFFFF);
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FFFFFF, endColorstr=#80FFFFFF)";
border: 2px solid rgba(255, 255, 255, 0.4);
left: 289px;
margin: 0 auto;
padding: 1px 1px 0;
position: relative;
top: 79px;
width: 222px;
}

#bbb img {
position: relative;
top: 2px;
}

#twitterButton, #facebookButton {
margin-left:12px;
}

