#SociableWidget01 {
margin-top: 5px;
margin-left: 8px;
margin-bottom: 0px;
margin-right: 0px;
width: 90px;
float:left;
}

#SociableWidget01:hover {
margin-top: 4px;
margin-left: 7px;
margin-bottom: -1px;
margin-right: -1px;
border: 1px solid #CCC;
}

#SociableWidget02 {
margin-top: 5px;
margin-left: 6px;
margin-bottom: 0px;
margin-right: 0px;
width: 90px;
float:left;
}

#SociableWidget02:hover {
margin-top: 4px;
margin-left: 5px;
margin-bottom: -1px;
margin-right: -1px;
border: 1px solid #CCC;
}

#sociable_footer {
text-align:center;
margin-top: 5px;
}

#sociable_footer img {
float: center;
margin-left: 5px;
opacity: 0.5;
filter: alpha(opacity=50);
border: 0;
}

#sociable_footer img:hover {
opacity: 1;
filter: alpha(opacity=100);
}

