@charset "utf-8";
#share {
	height: 25px;
    width: 25px;
    margin-bottom: 30px;
}
#share #fb {
	    width: 25px;
    height: 25px;
}
#share #fb img{
	width:100%;
	height:100%;
}
#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 {
	background-color:#FFFFFF;
    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;
}
