#tooltip, .tooltipster-base {
		z-index: 999;
		position:absolute;
		font: 11px Tahoma;
		/* border-radius: 2px;
		background: url('img/primary-background.jpg');
		color: #000000;
		
		border: 1px solid #525050;		*/
	}


	.item_trend{
		width:500px;
		height:100%;
		cursor:pointer;
		display: inherit;
		text-align: center;
		vertical-align: middle;
	}
	a.item_trend{
		text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
		font-size: 35px;
		font-weight: bold;
		color:white;
	}
	a.item_trend:hover{
		text-decoration: initial;
	}