.circular {
	margin: auto;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	}

.circular img {
	opacity: 0;
	filter: alpha(opacity=0);
	}