/** * Default styling for the LoaderOverlay gadget. * * Copyright (c) 2008, 2009 Peter Parente under the terms of the BSD license. * http://creativecommons.org/licenses/BSD/ */ .ssLoaderOverlay { width : 100%; height : 100%; background-color : #fff; background-image : url('../images/loading.gif'); background-repeat : no-repeat; background-position: center center; position : absolute; z-index : 999; }