/* Fixed Positioned AddThis Toolbox */            
.addthis_toolbox.atfixed {
    /*position: fixed;*/
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -160px;
    margin-left: -50px;
    border: 1px solid #eee;
    padding: 5px 5px 1px;
    width: 32px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.addthis_toolbox .custom_images a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    padding-bottom: 6px;
    cursor: pointer;
}
.addthis_toolbox .custom_images .info {
    display: inline-block;
    width: 32px;
    margin: 0;
    padding: 0;
    padding-bottom: 6px;
}
.addthis_toolbox .custom_images a img { border: 0; margin: 0 0 1px; opacity: 1.0; }
.addthis_toolbox .custom_images a:hover img { margin: 1px 0 0; opacity: 0.75; }
