/*
Name:       A jQuery Image Loader
Version:    1.0 (January 23rd, 2010)
Author:     Bryan T. Smith
Support:    http://orionseven.com/imageloader.php

Licence:    A jQuery Image Loader is licensed under the MIT license
			http://www.opensource.org/licenses/mit-license.php
            
Credits:    The great qQuery community producing numerous tutorials 
			on creating jQuery plugins. 
*/

#imageLoaderSplashArea
{
	width: 300px;
	padding: 5px;
	margin: auto;
}

#imageLoaderSplashArea .splashScreenImage
{
	border: none;
}

#imageLoaderSplashArea .loadingText
{
	text-align: center;
}
