#zoom-overlay {
	display: none;
	background-color: white;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:5;
}

#zoom-container {
	display: none;
	position: absolute;
	background-color: transparent;
	z-index: 6;
	width: 500px;
}

*html #zoom-container {
	margin-top: -180px;
}

#zoom-container-top {
	background-color: transparent;
	background-image: url('/images/parrucca/zoom-container-top-bg.png');
	background-repeat: no-repeat;
	width: 500px;
	height: 44px;
	z-index: 6;
}

#zoom-close {
	position: absolute;
	right: 0px;
	background-color: transparent;
	background-image: url('/images/parrucca/zoom-close.png');
	background-repeat: no-repeat;
	z-index: 8;
	width: 30px;
	height: 30px;
}

#zoom-container-dummy {
	background-image: url('/images/parrucca/zoom-container-bg.png');
	background-repeat: repeat-y;
	width: 500px;
	height: 650px;
}

#zoom-container-dummy img {
	margin-left: 10px;
	margin-top: -50px;
	visibility: hidden;
}

#zoom-container-bottom {
	background-color: transparent;
	background-image: url('/images/parrucca/zoom-container-bottom-bg.png');
	background-repeat: no-repeat;
	width: 500px;
	height: 44px;
	z-index: 6;
}

#zoom-container-img {
	position: absolute;
	z-index: 7;
	top: 20px;
	left: 20px;
	width: 450px;
	text-align: justify;
	font-size: 12px;
	padding: 10px;
}

#zoom-container-img img {
	border: none;
}




#box-ellen-wille {
	display: block;
	background-image: url('/images/home/box-ellen-wille.jpg');
	width: 579px;
	height: 137px;
}

#box-stimulate {
	display: block;
	background-image: url('/images/home/box-stimulate.jpg');
	width: 579px;
	height: 205px;
}

#box-raquel-welch {
	display: block;
	background-image: url('/images/home/box-raquel-welch.jpg');
	width: 579px;
	height: 180px;
}

#box-modelli, #box-accessori, #box-cataloghi, #box-offerte, #box-prezzi, #box-servizio {
	display: block;
	float: left;
	background-position: bottom center;
	background-repeat: no-repeat;
}

#box-modelli, #box-accessori, #box-cataloghi {
	height: 250px;
}

#box-offerte, #box-prezzi, #box-servizio {
	height: 169px;
}

#box-modelli {
	background-image: url('/images/home/box-modelli.jpg');
	width: 193px;
}

#box-accessori {
	background-image: url('/images/home/box-accessori.jpg');
	width: 195px;
}

#box-cataloghi {
	background-image: url('/images/home/box-cataloghi.jpg');
	width: 191px;
}

#box-offerte {
	background-image: url('/images/home/box-offerte.jpg');
	width: 156px;
}

#box-prezzi {
	background-image: url('/images/home/box-prezzi.jpg');
	width: 216px;
}

#box-servizio {
	background-image: url('/images/home/box-servizio.jpg');
	width: 207px;
}