﻿/* Fixed Positioned AddThis Toolbox */            
.addthis_toolbox.atfixed, .SocialNetworking {
    position: fixed;
    top: 230px;
    right: 20px;
    border: 1px solid #ffffff;
    padding: 5px 5px 1px;
    width: 32px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffffff;
}

.SocialNetworking
{
	top: 420px;
}	

.addthis_toolbox .custom_images a, .SocialNetworking .custom_images a {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.addthis_toolbox .custom_images a img, .SocialNetworking .custom_images a img { border: 0; margin: 0 0 1px; opacity: 1.0; }
.addthis_toolbox .custom_images a:hover img, .SocialNetworking .custom_images a:hover img { margin: 1px 0 0; opacity: 0.75; }	


