#hdm-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #000000;
}
#hdm-lightbox
{
    position: absolute;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#hdm-lightbox a img { border: none; }
#hdm-textbox {
	position: absolute;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#hdm-textbox a img { border: none; }
#hdm-container-image-box
{
    border-style: solid solid hidden solid;
    border-width: 1px;
    border-color: #4C7797;
    position: relative;
    background-color: #B0D9EF;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#hdm-container-image { padding: 10px; }
#hdm-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hdm-container-image-data-box
{
    text-align: center;
    border-style: hidden solid solid solid;
    border-width: 1px;
    border-color: #4C7797;
    font: 16px Arial;
    color: #153E5A;
    background-color: #B0D9EF;
    margin: 0 auto;
    line-height: 2.5em;
    overflow: auto;
    padding: 0 10px 0;
    text-transform: uppercase;
    white-space: nowrap;
}
#hdm-container-text-data-box
{
    border: 1px solid #4C7797;
    text-align: center;
    font: 16px Arial;
    color: #153E5A;
    background-color: #B0D9EF;
    margin: 0 auto;
    line-height: 2em;
    overflow: auto;
    padding: 0 10px 0;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 200;
}
#hdm-text-arrow
{
	position: absolute;
    z-index: 501;
    border: none; 
}


#hdm-secNav-btnClose
{
    float: right;
    padding-bottom: 5px;
}
#hdm-secNav
{
    float: right;
    padding-bottom: 5px;
}
#hdm-text-details
{
    padding-right: 30px;
    padding-left: 30px;
}
