#ttip {
	display:none;
	background:transparent url(images/tooltip/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
        z-index: 10000;
}

/* style the trigger elements */
#option_icons img {
	border:0;
	cursor:pointer;
	margin:0 0px;
}

a:active {
    outline: none;
}
