/* Throbber Control */
/*****************************************************************/
.pf-throbber-control
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background-color: transparent;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    z-index: 3;
}
.pf-throbber-container
{
	position: relative;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
}
.pf-throbber-node
{
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: rgba(256, 256, 256, 0.4);
}