div.livechat {
	width: 158px;
	height: 163px;
	position: fixed;
    z-index: 1000;
	top: 80px;
	right: 0;

}
div.livechat_sm {
	width: 27px;
    height: 85px;
	position: fixed;
    z-index: 1000;
	top: 80px;
	right: 0;
	-webkit-transition: right .5s linear;
  	transition: right .5s linear;

}
a.livechat_h {
	background: url(../images/livechat_h.png) no-repeat;
	width: 27px;
	height: 85px;
    z-index: 1000;
	float: left;
	display: block;
}
a.livechatbg {
	background: url(../images/livechatbg.png) no-repeat;
	width: 131px;
	height: 163px;
    z-index: 1000;
	float: left;
	display: block;
}

@media only screen and (min-width:1366px) {

div.livechat {
  transition: all 0.3s linear 0s;
}
div.livechat_sm {
	width: 143px;
  height: 34px;
  right: -10px;
}
a.livechat_h {
	background: url(../images/livechat-lg.png) no-repeat;
	width: 143px;
	height: 34px;
  float: right;
}
a.livechatbg {
	background: none;
	width: 143px;
	height: 34px;
}
}