/* CSS Document */

.BasketHold {
	position:relative;
	height:220px;
	z-index:2;
	overflow: hidden;
	width: 193px;
}
.BasketWM	{
	position:absolute;
	left:0px;
	top:0px;
	height:220px;
	clip:rect(0, 193px, 220px, 0);
	overflow:hidden;
	z-index:1;
	width: 193px;
	}
.BasketContent {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	}
.LastHold {
	position:relative;
	height:126px;
	z-index:2;
	overflow: hidden;
	width: 100%;
	background-image: url(../images/page/LastViewBack.gif);
}
.LastWM {
	position:absolute;
	left:0px;
	top:0px;
	height:126px;
	clip:rect(0, 100%, 126px, 0);
	overflow:hidden;
	z-index:1;
	width: 100%;
}
.LastContent {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	width: 1500px;
	background-image: url(../images/page/LastViewBack.gif);
}

