#ProductsMenu{
	position:relative;
	height:80px;
	margin-left:15px;
	z-index:5;
}

#ProductsMenu div{
	position:absolute;
	top:0;
	z-index:5;
	cursor:pointer;
}

#ProductsMenu img{
	position:relative;
}

#ProductIcon{
	position:relative;
	height:75px;
	margin-left:15px;
	margin-top:50px;
}

#ProductIcon div{
	position:absolute;
	top:0;
}

#LeftHandBase{
	width:730px;
	height:219px;
	position:absolute;
	top:0;
	left:70px;
	z-index:6;
}

#LeftHandBase img{
	background:url(/i/woman/left-hand-base.png);
	cursor:pointer;
	cursor:hand;
}

* html #LeftHandBase img{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/woman/left-hand-base.png', sizingMethod='crop');
}

#RightHandBase{
	width:502px;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	z-index:6;
}

#RightHandBase img{
	background:url(/i/woman/right-hand-base.png);
	cursor:pointer;
	cursor:hand;
}

* html #RightHandBase img{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/woman/right-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;
}

#PageContainer{
	position:relative;
	z-index:2;
	width:100%;
}

#page3{
	position:absolute;
	top:0;
	left:0;
	clip:rect(0px, auto, 1px, 0px);
	
}
#page0{
	top:0;
	left:0;
	width:100%;
}

.page{
	display:none;
	width:100%;
	position:relative;
	z-index:2;
}

table.product-info{
	margin-left:26px;
	width:auto;
}

table.product-info td{
	width:50%;
	padding-right:50px;
}

/* table.note{
	margin-top:260px;
} */
