#ChatTrigger{
	position: fixed;
    z-index: 1000001;
    overflow: hidden;
    bottom: -356px;
    right: 50px;
    width: 370px;
    height: 411px;
	background: transparent;
	cursor: pointer;
}
#avatarHolder{
	position: fixed;
	bottom: 5px;
	right: 335px;
	background: url(lexy_avatar.jpg) no-repeat;
	background-size: contain;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	border: 3px solid #fff;
	overflow: hidden;
	z-index: 1000000;
}