#jg-notify-scroll{
/*width:100%;*/
position: relative;
}


div.scrollableArea{
	
}

#jg-notify-scroll div.scrollableArea > *
{
	position: relative;
	display: block;
	float: left;
}

#jg-notify-scroll div.scrollableArea *{

	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;

}

#jg-notify-scroll div.scrollableArea p
{
	white-space: nowrap;
}