
#dynatip {
	display:none;
	background:transparent url(../../images/tooltip/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}
 
/* style the trigger elements */
#dyna{float:left;margin:0 0 0 22px;}

#dyna a {
	background:url(../../img/truck_disponibili/ombra.jpg) no-repeat right bottom ;
	cursor:pointer;
	margin:1px 2px 10px 0;
	padding:3px;
	float:left;
	border:1px solid #ffffff;
	}
#dyna a:hover {
	background:url(../../img/truck_disponibili/ombra.jpg) no-repeat right bottom ;
	cursor:pointer;
	margin:1px 2px 10px 0;
	padding:3px;
	float:left;
	border:1px solid #666666;
	}
#dyna a img {
	border:0;
	}
#dyna a img:hover {
	border:0;
	}
/* override the arrow image of the tooltip */
#dynatip.bottom {
	background:url(../../images/tooltip/black_arrow_bottom.png);	
	padding-top:40px;
	height:55px;
}
 
#dynatip.bottom {
	background:url(../../images/tooltip/black_arrow_bottom.png);
}

