 .RenameStyleImageGallery
        {
            z-index: 5;
            position: absolute;
            width: 180px;
            height: 100px;
            background-color:#F7F7F7; 
            
            padding: 10px;
        }
        .AddStyleImageGallery
        {
            z-index: 5;
            position: absolute;
            width: 180px;
            height: 80px;
            background-color: #F7F7F7;
            padding: 10px;
        }
        .TxtRenameImageGallery
        {
            font-size: 12px;
            height: 15px;
        }
        .TxtAddImageGallery
        {
            font-size: 12px;
            height: 15px;
        }
.formClassImageGallery
{
	width: 881px;
	height: 514px;
}
.mainDivStyleImageGallery
{
	background-image: url('ImageGalleryImages/Main2.png');
	width: 860px;
	height: 450px;
}
.divFileTreeStyleImageGallery
{
	background-image: url('ImageGalleryImages/newImages.png');
	background-repeat: no-repeat;
	height: 389px;
	width: 199px;
	padding: 10px;
	position: relative;
	left: 25px;
	top: 15px;
	z-index: 1;
}

.divButtonsStyleImageGallery
{
	background-color: inherit;
	height: 20px;
	width: 580px;
	padding: 10px;
	position: relative;
	left: 235px;
	top: -398px;
}

.divImagesStyleImageGallery
{
	border:solid 1px #B7B5AD;
	border-top-width:0px;
	overflow: scroll;
	height: 315px;
	width: 560px;
	padding: 10px;
	position: relative;
	left: 245px;
	top: -397px;
	bottom: 371px;
	z-index: 5;
}
.divStatusStyleImageGallery
{
	background-color: Transparent;
	color: White;
	font-family: Calibri;
	font-size: medium;
	height: 15px;
	width: 200px;
	padding: 10px;
	position: relative;
	left: 230px;
	top: -380px;
	bottom: 353px;
}


a.buttonImageGallery
{
	background: transparent url("ImageGalleryImages/newButton.png") no-repeat scroll top right;
	background-position: center;
	text-align: right;
	color: White;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	width: 100px;
	margin-right: 6px;
	padding-right: 18px;
	text-decoration: none;
	cursor: hand;
	font-size: 18px;
	font-style: normal;
}
a.buttonImageGallery:active
{
	background-image: transparent url("ImageGalleryImages/Button2.png") no-repeat;
	background-position: right;
	color: #000;
	outline: none;
}
a.buttonImageGallery:hover
{
	cursor: hand;
	color: Gray;
}
#divClose
{
	width: 24px;
}
.progressBarImageGallery
{
	float: right;
}
