﻿.lightbox_overlay{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
}

.lightbox_content {
    display: none;
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 530px;
    height: 450px;
    padding: 0px;
    background-color: #f47b20;
    z-index:1002;
     /* overflow: auto; */
}

.lightbox_package {
    display: none;
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 570px;
    height: 570px;
    padding: 0px;
    background-color: #f47b20;
    z-index:1002;
}

.lightbox_gallery {
    display: none;
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 660px;
    height: 500px;
    padding: 0px;
    background-color: #f47b20;
    z-index:1002;
}
