﻿.MainDivImageGallery
{
	width:100px;
	float:left;
	margin-left:15px;
}


.CloseDivImageGallery
{
	float:right;
	margin-bottom:-20px;
	padding-left:-25px;
	position:relative;
	z-index:2;
}

.resultOK
{
	color:Green;
}

.resultBad
{
	color:Red;
}

.ContentImageGallery
{
    width: 80px; 
    height: 100px; 
    float: left; 
    padding: 5px 7px 7px 5px;
    margin: 2px; 
    background: white;
}
.ContentImageGallery:hover
{
     border-width: 2px;
     border-color:#C1C1C4;
     Background:#F0F0F0;
}

.UploadButtonImageGallery
{
	width:30px;
}

#ttImageGallery
{
     z-index:5;
    position:absolute; 
    display:block; 
    background:url(images/tt_left.gif) top left no-repeat
    }
#tttopImageGallery
{
     z-index:5;
    display:block; 
    height:5px; 
    margin-left:5px; 
    background:url(images/tt_top.gif) top right no-repeat; 
    overflow:hidden
    }
#ttcontImageGallery
{ 
    z-index:5;
    display:block; 
    padding:2px 12px 3px 7px; 
    margin-left:5px; 
    background:#666; 
    color:#FFF
    }
    
#ttbotImageGallery
{
     z-index:5;
    display:block; 
    height:5px; 
    margin-left:5px; 
    background:url(images/tt_bottom.gif) top right no-repeat; 
    overflow:hidden
}