.loading-indicator {
	height: 80px;
	width: 80px;
	background: url( '../img/default/showLoading.gif' );
	background-repeat: no-repeat;
	background-position: center center;
}

.loading-indicator-overlay {
	background-color: #BABABA;
	opacity: 0.6;
	filter: alpha(opacity = 80);
}