.btn1 {
	width: 105px;
	height: 52px;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
}

.btn {
	width: 80px;
	height: 52px;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
}

.btnTitle {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 66;
}

.blick1 {
	width: 105px;
	height: 52px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	clip: rect(0 105px 52px 0);
	z-index: 10;
	overflow: hidden;
}

.blick {
	width: 80px;
	height: 52px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	clip: rect(0 80px 52px 0);
	z-index: 10;
	overflow: hidden;
}

.blickImg {
	position: relative;
	left: -59px;
	top: -25px;
	behavior: url("/blick.htc");
}
