

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:0;
  width:11px; height:183px; 
  font-size:1px; z-index:1;
  float: left;
  display: inline;
  }
div#track { 
  position:absolute; left:0; top:0px;
  width:11px; height:183px;
  background: url("../images/track.gif") #FFF repeat;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#ceced6;
  z-index:1;
  } 

  

/*************************************************************************************/
#hold	{ 
	position:relative; 
	overflow:hidden;
	width: 588px;
	height: 183px;
        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: 183px;
	clip:rect(0px, 588px, 245px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
.content { 
	position:absolute;  visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	}




/***********************/
/* PRODUCT.PHP */
/***********************/

/* Set small font-size or size/position of div's will be off in some browsers  */
#div_product div#scrollbar { 
  position:relative; left:0; top:0;
  width:11px; height:175px;
  font-size:1px; z-index:1;
  float: left;
  display: inline;
  }
#div_product div#track { 
  position:absolute; left:0; top:0px;
  width:11px; height:175px;
  background: url("../images/track.gif") #FFF repeat;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  z-index:1;
  }
#div_product div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#ceced6;
  z-index:1;
  } 

  

/*************************************************************************************/
#hold_p	{ 
	position:relative; 
	overflow:hidden;
	width: 390px;
	height: 175px;
        z-index:100;
	float:left;
	display:inline;
	margin: 6px 0 0 0;
	margin-right:3px;
	}

#wn_p	{ 
	position:absolute; 
	left:0px; top:0px; 
	width: 390px;
	height: 175px;
	clip:rect(0px, 390px, 245px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
.content_p { 
	position:absolute;  visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	}

/**********************************************************************************/
#div_riepilogo div#scrollbar { 
  position:relative; left:0; top:0;
  width:11px; height:183px; 
  font-size:1px; z-index:1;
  float: left;
  display: inline;
  }
#div_riepilogo div#track { 
  position:absolute; left:0; top:0px;
  width:11px; height:183px;
  background: url("../images/track.gif") #FFF repeat;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  z-index:1;
  }
