/* VERTICAL */
div#holdV	{ 
	position:relative; overflow:hidden;
	width:100px; height:336px; z-index:100; 
	}
div#wnV	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:100px; height:336px; 
	clip:rect(0px, 64px, 200px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#lyrV { 
	position:absolute; 
	left:0px; top:0px; 
	z-index:1; 
	}
	
	/*HORIZONTAL*/
div#holdH	{ 
	position:relative; overflow:hidden;
	width:355px; height:70px; z-index:100;
	}
div#wnH	{ 
	position:absolute; 
	left:10px; top:0px; 
	width:320px; height:70px; 
	clip:rect(0px, 200px, 64px, 0px); 
	overflow:hidden;	
	z-index:1;
	}
div#lyrH { 
	position:absolute; 
	left:0px; top:0px; 
	z-index:1; 
	}
#seta_esq {
	float:left;
	padding-top:30px;
}

#seta_dir {
	float:right;
	padding-top:30px;
}
