
#Container {
	z-index: 100;
	height: 0px;
	width: 0px;
	left: -20px;
	top: 2px;
	position: relative;
}

/******************* TOP *******************/
#sale-top{
	position:relative;
	height:70px;
	width:210px;
	background-image:url(/images/spring_sale/top.jpg);
}



/******************* catalog *******************/
#spring-catalog-div{
	position:absolute;
	top:70px;
	left:0px;	
}

#spring-catalog{
	background-image:url(/images/spring_sale/catalog.jpg);
	background-repeat:no-repeat;
	display: block;
	width: 90px;
	height: 45px;
	background-position: 0 0;
}
#spring-catalog:hover {
	background-position: -90px 0px;
}
#spring-catalog span {
	display: none;
}

/******************* hints *******************/
#spring-hints-div{
	position:absolute;
	top:70px;
	left:125px;	
}
#spring-hints {
	background-image:url(/images/spring_sale/hints.jpg);
	background-repeat:no-repeat;
	display: block;
	width: 85px;
	height: 45px;
	background-position: 0px 0px;
}
#spring-hints:hover {
	background-position: -85px -0px;
}
#spring-hints span {
	display: none;
}



/******************* auction *******************/
#auction-div{
	position:absolute;
	top:116px;
	left:-51px;	
}
#auction {
	background-image:url(/images/spring_sale/register.jpg);
	background-repeat:no-repeat;
	display: block;
	width: 102px;
	height: 96px;
	background-position: 0px 0px;
}
#auction:hover {
	background-position: -102px 0px;
	
}
#auction span {
	display: none;
}

/******************* terms & conditions *******************/
#terms-div{
	position:absolute;
	top:115px;
	left:125px;	
}
#terms {
	background-image:url(/images/spring_sale/terms.jpg);
	background-repeat:no-repeat;
	display: block;
	width: 85px;
	height: 50px;
	background-position: 0px 0px;
}
#terms:hover {
	background-position: -85px 0px;
	
}
#terms span {
	display: none;
}

#Layer1 {
	height:196px;
	width: 210px;
	left: 35px;
	top: 3px;
	z-index: 800;
	position: absolute;
	background-image:url(/images/spring_sale/springBKG.jpg);
}
#catalog {
	height:45px;
	width:90px;
	position:relative;
	float:left;
}
#hints {
	height:45px;
	width:85px;
	position:absolute;
	left:125px;
	top:70px;
}
#terms-link {
	height:80px;
	width:80px;
	position:absolute;
	top:49px;
	left:206px;
	z-index:1100;
}
/*#auction {
	height:96px;
	width: 102px;
	left: -16px;
	top: 119px;
	z-index: 1000;
	position: absolute;
}
#auction-link {
	height:85px;
	width:90px;
	position:absolute;
	top:35px;
	left:-35px;
	z-index:1000;
}*/
#register-link {
	height:80px;
	width:80px;
	position:absolute;
	top:54px;
	left:-10px;
	z-index:1000;
}


