﻿/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	/*background-color:Black;*/
	background:transparent url(images/black_orange_350_150.png);
	font-size:11px;
	height:123px;
	width:290px;
	padding:15px;
	color:#fff;
	text-align:justify;	
}

/* style the trigger elements */
#demo img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}


