#jivo_chat_widget{
	display: none;
}


#jivo_custom_widget{
	position: fixed;
	right: 30px;
	bottom: 0px;
	width: 103px;
	z-index: 300000;
	background-repeat: no-repeat;
	cursor: pointer;

	height: 100px;
	background-image: url(images/chat_icon.png);
}

/* hover */
#jivo_custom_widget:hover{
opacity: 0.5;
}

/* online */
#jivo_custom_widget.jivo_online{
	height: 100px;
	background-image: url(images/chat_icon.png);
}
