.loading-indicator {
	height: 120px;
	width: 120px;
	background: url( '../images/circle_red.gif' );
	background-repeat: no-repeat;
	background-position: center center;
   
}

.loading-indicator-overlay {
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}