/* The stylesheet for the Social Bookmarking RELOADED plugin */

.social_bookmark
{
	padding:5px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border: none;
}

.social_img
{
	padding:1px;
	opacity: 0.4;
	border: none;
}


.social_img:hover
{
	opacity: 1.0;
	border: none;
}

/* Social Bookmarking RELOADED is based on Social bookmarks by Apostolos Dountsis */