#HandBase{
	width:948px;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	z-index:6;
}

#HandBase img{
	background:url(/i/man/hand-base.png);
	cursor:pointer;
	cursor:hand;
}

* html #HandBase img{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/man/hand-base.png', sizingMethod='crop');
}

.anim-container{
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	left:-100%;
	z-index:30;
	top:0;
}

.anim-container img{
	position:absolute;
	left:0;
	top:0;
	visibility:hidden;
}
