@charset "utf-8";
/* CSS PARA JQUERY de Organizador */

/* some styling for triggers */
	
	
	.tooltip {
		display:none;
		background:transparent url(../images/content/black_arrow.png);
		font-size:14px;
		height:70px;
		line-height:22px;
		width:160px;
		padding:25px;
		color:#fff;	
	}
	
	.tooltip.bottom {
	background:url(../images/content/black_arrow_bottom.png);
	padding-top:40px;
	height:55px;
	}
	
	.simple_overlay_index {
		
		/* must be initially hidden */
		display:none;
		
		/* place overlay on top of other elements */
		z-index:10000;
		
		/* styling */
		background-color:transparent;
		
		width:800px;
		height:100px;
		
	}
	
	
