/* //////////////////////// BUTTON HOVER //////////////////////////// 

////////////////////////////////////////////////////////////////////*/
#tooltip{
	position: absolute;
	background: url(../imgs/tooltip.gif) top left no-repeat;
	padding: 4px 8px 20px 8px;
	color: #333;
	display: none;
	}	
