
/**
 * CMSIDEAS Full Page Cache1.4+
 *
 * @category:    Glace
 * @package:     Glace_Fullpagecache
 * @version      4.0.5
 * @license:     n/a
 * @copyright:   Copyright (c) 2013 CMSIDEAS, Inc. (http://www.glace.com)
 */
.glace-fullpagecache-loading-effect
{	
	z-index:1500;
	background-image: url(../images/glace-fullpagecache-ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: white;
	position: absolute;
	opacity: 0.5
	-moz-opacity: 0.4;
	opacity:.40;
	filter: alpha(opacity=40);
	
}

.glace-fullpagecache-loadable-block
{
	visibility: hidden;	
}