/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {
	width: 163px;
	height: 106px;
	display: none;
	position: absolute;
	right: 9%;
	top: 80px;
	z-index: 500;
	background: transparent url(../images/tooltip.png) no-repeat top;}