
/* CSS Document */


/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}
/*-------------------------------------------------------------*/
#demotip {
	display:none;
	background:transparent url(../img/black_arrow.png); 
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
	_background-color:#fff;
}

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