﻿.zoom-box-overlay
{
    display: none;
    background-color: #000000; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60) !important;
    opacity: 0.6; 
    cursor: pointer; 
    height: 100%; 
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1100;
}
.big-img-wrapper
{
    display: none;
    background: #ffffff;
    outline: medium none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1101;
    width:840px;
    height:840px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
}
.big-img-cnt
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
}
.biw-img
{
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.biw-title-cnt
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #FFFFFF;
    font-size: 14px;
    background: #000000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75) !important;
    opacity: 0.75;
    overflow: hidden;
}
.biw-title
{
    word-wrap: break-word;
    padding: 8px 10px 7px 10px;
    display: inline-block;
    *display: inline;
    *zoom:1;
    max-width: 100%;
}
.biw-title-cnt.left
{
    text-align: left;
}
.biw-title-cnt.right
{
    text-align: right;
}
.biw-title-cnt.center
{
    text-align: center;
}
.biw-closebtn
{
    position: absolute;
    top: -10px;
    right: -10px;
    background: url(/content/images/delete.png);   
    height: 20px;
    width: 20px;
}
.zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -80px 0 0 -80px;
    background: url(zoom-icon.png);
    height: 160px;
    width: 160px;
    display: none;
    cursor: pointer;
}
.biw-loader
{
    background: url(loader.gif);
    width: 128px;
    height: 15px;
    position: absolute;
    display: none;
    z-index: 1110;
}