.icon {
	position: relative;
	display: block;
	width: 120px;
	height: 26px;
	background: url('../img/share.png') left bottom;
	background-repeat:no-repeat;
	text-indent: -99999px;
}
.icon:hover {
	background-position: 0 0;
	background-repeat:no-repeat;
}
.sharetext { 
	position: relative;
	color: #000000;
	font-family:"Monosten A", Courier, monospace; 
	font-size: 0.42em;	
	font-weight:normal; 
	font-style:normal; 
}
#sharebutton{
	position: relative;
	top:10px; 
	width:150px;
	z-index: 121;
}
#like{
	position:relative;
	width: 150px;
	top:20px;
	z-index:101;
	margin:0;
}
#sharet {
	border: 2px solid red;
}
#mutenappi {
	bottom:30px;
	
	z-index: 121;
	display: block;
	float:left;
	width: 30px;
	height: 20px;
	overflow: hidden;
	background :url('../img/mute_on.png');
}
#mutenappi a {
	position: relative; 
	display: block;
	background-repeat:no-repeat; 
	color:#000000;	
}
#mutenappi :hover {
	background: url('../img/mute_on_hover.png');
		background-repeat:no-repeat;	
}

