﻿div.share
{
	float:right;
	padding:3px;
	margin:3px;
	border:solid 1px #ccc;
	width:190px;
}

div.share strong
{
	font-weight:normal;
	display:block;float:left;
	margin-left:3px;
	
}

ul.social {
	width:140px;
	
	overflow:hidden;
	height:16px;
	
	z-index:100000;
	padding:0;
	margin:0;

}
			

ul.social li {
	float:left;
	background:none;
	margin:0;
	padding:0 6px 12px;
	overflow:hidden;
			}

ul.social a {
	display:block;
	height:16px;
	width:16px;
	overflow:hidden;
	text-indent:-1000px;
	background:url(../../images/public/social.gif) no-repeat;
}

ul.social a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;		
}

li.facebook a { background-position:0 0; }
li.digg a { background-position:-16px 0; }
li.google a { background-position:-32px 0; }
li.delicious a { background-position:-48px 0; }
li.stumbleupon a { background-position:-64px 0; }


