/* get rid of those system borders being generated for A tags */
a:active {
    outline:none;
}

:focus {
    -moz-outline-style:none;
}

.tooltip {
	display:none;
    background:transparent url(/js/tooltip/black_arrow_smR.png);
    font-size:12px;
    height:35px;
    width:160px;
    padding:25px;
    color:#eee;
	text-align: center;
	font-weight: bold;
	
	z-index: 110101;
}
/* style the trigger elements */
#demo img {
    border:0;
    cursor:pointer;
    margin:0 1px;
  }