/*******************************/
/********* bubbletip ***********/
/*******************************/
.bubbletip
{
	position:fixed;
	z-index: 50;
	border-collapse: collapse;


}

.bubbletip bt-content
{
top:0;
left:0;
text-align:right;
background-color:#fff;
height:280px;
}
/*******************************/

