
.tooltip {
	display:none;
	background:transparent url(../../images/common_all/black_arrow.png);
	font-size:12px;
	height:75px;
	width:180px;
    
	padding:15px;
    padding-top:30px;
	color:#fff;	
}

/* style the trigger elements */
.product {
	border:0;
	cursor:pointer;
	margin:0 8px;
}

/* override the arrow image of the tooltip */
.tooltip.bottom {
	background:url(../../images/common_all/black_arrow_bottom.png);
	padding-top:40px;
	height:75px;
}

.tooltip.bottom {
	background:url(../../images/common_all/black_arrow_bottom.png);
}
