#social-loader{
	width: 100px;
	height: 100px;
	background: rgba(0,0,0,.8) url(default.gif) no-repeat center center;
	background-size: 40px 40px;
	border-radius: 10px/10px;
	-webkit-border-radius: 10px/10px;
	-moz-border-radius: 10px/10px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -50px 0px 0px -50px;
	z-index: 500;
}