/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/

div.preContenido1 { position:absolute; top:125px; left:40px; width:420px; height: 170px; color:#9d9d9d;}

div.ContentSlider1 {
	position: relative;
	top: 20px;
	left: 20px;
	width: 340px;
	height: 130px;
	background-color:#242424;
}

div#hold1	{ 
	position:relative; overflow:hidden;
	width:340px; height:130px; 
  z-index:50; 
	}
div#wn1	{ 
	position:absolute; 
	left:2px; top:0px; 
	width:340px; height:130px; 
	clip:rect(0px, 340px, 130px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content1 { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar1 { 
  position:absolute; left:380px; top:0;
  width:11px; height:130px; 
  font-size:1px; z-index:1;
  }
div#track1 { 
  position:absolute; left:0; top:20px;
  width:18px; height:130px;
  border-color:#2f2929;
  background-color:#2f2929;
  border-width:1px;
  border-style:solid;
  z-index:1;
  }
div#dragBar1 {
  position:absolute; left:1px; top:1px;
  width:16px; height:16px;
  background-color:#1e1916;
  z-index:1;
  }  
div#up1 { position:absolute; left:0; top:0; z-index:2 }  
div#down1 { position:absolute; left:0; bottom:0; z-index:3 }  


/* ************************************************************************* */
div.ContentSlider2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 461px;
	height: 329px;
	background-color:#1E1916;
}

div#hold2	{ 
	position:relative; overflow:hidden;
	width:463px; height:329px; 
  z-index:50; 
	}
div#wn2	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:463px; height:329px; 
	clip:rect(0px, 463px, 329px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content2 { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar2 { 
  position:absolute; left:483px; top:0px;
  width:11px; height:329px; 
  font-size:1px; z-index:1;
  }
div#track2 { 
  position:absolute; left:0px; top:15px;
  width:18px; height:299px;
  border-color:#2f2929;
  background-color:#2f2929;
  border-width:0px;
  border-style:solid;
  z-index:1;
  }
div#dragBar2 {
  position:absolute; left:1px; top:0px;
  width:16px; height:16px;
  background-color:#1e1916;
  z-index:1;
  }  
div#up2 { position:absolute; left:0; top:0; z-index:2 }  
div#down2 { position:absolute; left:0; bottom:0; z-index:3 }  


div#preContenido2 { position:absolute; top:0px; left:0px; width:463px; height: 329px; color:#9d9d9d;}

