@charset "utf-8";
#share {
	height: 36px;
	width: 95px;
	/*display: none;*/
}
#share #fb {
	width: 100%;
	float: left;
}
#share #fb img{
	width: 100%;
}
#share #twitter {
	float: left;
	width: 20px;
	display: none;
}
#share #weibo {
	float: left;
	width: 20px;
	display: none;
}
#share #qq {
	float: left;
	width: 20px;
	display: none;
}
#share #renren {
	float: left;
	width: 20px;
	display: none;
}
#share #kaixin {
	float: left;
	width: 20px;
	display: none;
}
#share #google {
	float: left;
	display: none;
}

.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;
}
