/* The stylesheet for the Social Bookmarks plugin */

.social_bookmark
{
	padding:5px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
 clear: both;
 border-top:1px solid #EEE;
}

.social_img
{
	padding:1px;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
}

.social_img img
{
 vertical-align: bottom;
 border: none !important;
}

.social_img:hover
{
	padding:1px;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}