.circle {
    
	-moz-border-radius: 2%;
	-webkit-border-radius: 2%;
	border-radius: 2%;
	overflow:hidden;
	position:relative;
}
