﻿.cl_Gallery 
{
     position: relative;
	 display: flex;
     flex-wrap: wrap;
}

.cl_Gallery_LoaderDiv_Container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;

	background-color: #000000; 
    opacity:.15; 
    filter: alpha(opacity=15); 
}

.cl_Gallery_LoaderDiv
{
    position: absolute;
	z-index: 10001;
	text-align: center;
    top: 0;
    left: 0;
    /*
    bottom: 0;
    right: 0;
    margin: auto;
    */
    width: 300px;
    height: 40px;
	}

.cl_Gallery_LoaderMessage
{
    padding-left: 5px;
}

.cl_Gallery_Title
{
    font-weight: bold;
}

.cl_Gallery_Cell
{
    position: relative;
    padding: 4px;
    text-align: center;
    overflow-x: hidden;
}

.cl_Gallery_Caption 
{    
    overflow-wrap: break-word;
	font-size: 12px;
}

.cl_Gallery_ActionsContainer
{    
    position: absolute;        
    width: 100%;
    z-index: 100;
    text-align: right;
}

.cl_Gallery_ActionButton
{ 
    padding: 4px;
    display:inline-block;
    cursor: pointer;
}