﻿.LoadingImage
{
    border:1px solid black;
    background-color:White;
    position:inherit;
    top:200px;
    left:200px;
    z-index:99999;
    width:290px;
    height:250px;
}

.ImageGalleryWrapper
{
    width:630px;
    border:0px solid black;
}
.ImageGalleryMainImage
{
    width:290px;
    height:250px;
    border:0px solid black;
}

/* 
	The transparent background that
	covers the whole screen
*/
.TransparentGrayBackground 
{
	position: fixed;
	top: 0;
	left: 0;
	
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	z-index:999999;
	
	
}

/* Style classes for Sample5 */
.Sample5PageUpdateProgress
{
    padding:12px;
    border:5px solid #a87653;
	background-color: white;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	bottom: 50%;
	left: 45%;
	z-index:9999999;
}