div.livechat {
	width: 158px;
	height: 163px;
	position: fixed;
	top: 153px;
	right: 0;
}
div.livechat_sm {
	width: 137px;
	height: 44px;
	position: fixed;
	top: 153px;
	right: -13px;
	transition: all 0.3s linear;
}
div.livechat_sm:hover{
	right: 0;
}
a.livechat_h {
	background: url(../images/live_chat_gogvo.png) no-repeat;
	width: 137px;
	height: 44px;
	float: left;
	display: block;
}
a.livechatbg {
	background: url(../images/livechatbg.png) no-repeat;
	width: 131px;
	height: 163px;
	float: left;
	display: block;
}