#loader {
  background: #fff url(../Imagens/camera/images/camera-loader.gif) no-repeat center;
	background: rgba(255, 255, 255, 0.9) url(../Imagens/camera/images/camera-loader.gif) no-repeat center;
	border: 1px solid #ffffff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	width: 36px;
	z-index: 3;
}