@charset "utf-8";
/* CSS Document */
 
 
.scrollCafeParteUm, .scrollCafeParteDois {
	position:relative;
	overflow:hidden;
	width:240px;
	height:300px;
	
	tborder:1px solid blue;
}

.scrollMateriasPrimasUm, .scrollMateriasPrimasDois {
	position:relative;
	overflow:hidden;
	width:156px;
	height:158px;
	
	tborder:1px solid blue;
}

.scrollAnalisesParteUm, .scrollAnalisesParteDois , .scrollAnalisesParteTres , .scrollAnalisesParteQuatro {
	position:relative;
	overflow:hidden;
	width:135px;
	height:197px;
	
	tborder:1px solid blue;
}

.Scroller {
  	position:absolute;
  	top:0px; 
  	left:0px;
	width:230px; 
	
	tborder:1px solid blue;
}

