.whovisitedthistopic-avatar {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-bottom: 4px;
	vertical-align: middle;
}

.whovisitedthistopic-avatar img {
	position: absolute;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	left: 0px;
	top: 0px;
	max-height: 22px;
	max-width: 22px;
	border-radius: 50%;
    border: #bbc9d4 2px double;
    background: #F5F7FA;
}

.whovisitedthistopic-avatar img:hover {
/*	left: -40px;
	top: -40px;
	max-height:100px;
	max-width:100px;
	box-shadow: 0 0 20px #000;
	z-index: 10;*/
}
