@charset "utf-8";
#share {
	height: 20px;
	width: 200px;
}
#share #fb {
	width: 20px;
	float: left;
}
#share #twitter {
	float: left;
	width: 20px;
}
#share #weibo {
	float: left;
	width: 20px;
}
#share #qq {
	float: left;
	width: 20px;
}
#share #renren {
	float: left;
	width: 20px;
}
#share #kaixin {
	float: left;
	width: 20px;
}
#share #google {
	float: left;
}

.mouseover img {
    border-style: none;
    filter: none;
    -moz-opacity:1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

.mouseover img:hover {
	filter: Alpha(Opacity=60);
	-moz-opacity: 0.60; 
	opacity: 0.60;
	cursor:pointer;
}
