

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 

  display: none;
  }
div#track { 

	display: none;
  }
div#dragBar {

	display: none;
  } 

  

/*************************************************************************************/
#hold	{ 
	position:relative; 
	overflow:hidden;
	width: 588px;
	height: 950px;
  z-index:100;
	float:left;
	display:inline;
	margin: 6px 0 0 0;
	margin-right:3px;
	
	}

#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width: 588px;
	height: 950px;
	 
	overflow:hidden;	
	z-index:1;
	
	}
.content { 
	position:absolute;
	visibility:visible;
	left:0px; top:0px; 
	z-index:1; 
	height: 950px;
	}




/***********************/
/* PRODUCT.PHP */
/***********************/

/* Set small font-size or size/position of div's will be off in some browsers  */
#div_product div#scrollbar { 

  display:none;
  }
#div_product div#track { 

	display:none;
  }
#div_product div#dragBar {

	display:none;
  } 

  

/*************************************************************************************/
#div_product div#hold	{ 
	position:relative; 
	overflow:hidden;
	width: 390px;
	height: 950px;
        z-index:100;
	float:left;
	
	margin: 6px 0 0 0;
	margin-right:3px;
	}

#div_product div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width: 390px;
	height: 950px;
	clip:rect(0px, 935px, 245px, 0px); 
	overflow:hidden;	
	z-index:1; 
	
	}
#div_product div.content { 
	position:absolute;  
	visibility:visible;
	left:0px; top:0px; 
	z-index:1; 
	height: 950px;
	}

/**********************************************************************************/
#div_riepilogo div#scrollbar { 

  display: none;
  }
#div_riepilogo div#track { 

	display: none;
  }
