/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	div.pictureHolder .content { 		width: 100%; } /* Content background */
	
	div.pictureHolder .loaderIcon { background: url(../images/loading.gif) center center no-repeat; } /* Loader icon */

/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.prettyPhotoOverlay {
		background: #05182E url("../images/gfxSplash_BG.jpg");
		position: absolute; top: 0; left: 0;
		z-index: 9500;
		width: 100%;
	}
	
	div.pictureHolder {
		position: absolute; z-index: 10000;
	}
		
	div.pictureHolder .loaderIcon {
		display: none;
		position: absolute;
		top: 50%; left: 50%;
		margin: -12px 0 0 -12px;
		width: 24px; height: 24px;
	}
		
	div.pictureHolder #fullResImageContainer {
		width: 100%; text-align: center; }