





.simple_overlay {
    display: none;
    z-index: 10000;
    background-color: #fff;
    min-width: 30px;
    min-height: 30px;
    margin-top: 200px;
    border: 1px solid #ddd;
    /* CSS3 styling for latest browsers */
    -moz-box-shadow: 0 0 5px 2px #ddd;
    -webkit-box-shadow: 0 0 5px #ddd;
}

.simple_overlay_2 {
    z-index: 10000;
    display: none;
    background: #e8f8fc url('../../img/default/overlay_big_gradient.png') repeat-x;
    width: 400px;
    height: 163px;
    border: 1px solid #fff;
    margin-top: 300px;

    /* CSS3 styling for latest browsers */
    -moz-box-shadow: 0 0 5px 2px #ddd;
    -webkit-box-shadow: 0 0 5px #ddd;
}

.simple_overlay_3 {
    display: none;
    z-index: 10000;
    background: #e8f8fc url('../../img/default/overlay_small_gradient.png') repeat-x;
    min-width: 400px;
    min-height: 46px;
    margin-top: 300px;
    border: 1px solid #fff;
    /* CSS3 styling for latest browsers */
    -moz-box-shadow: 0 0 5px 2px #ddd;
    -webkit-box-shadow: 0 0 5px #ddd;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
    background-image: url(../../img/default/close.png);
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 28px;
    width: 28px;
}

.simple_overlay .close:hover {
    background-image: url(../../img/default/close_hover.png);
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 28px;
    width: 28px;
}

.simple_overlay_2 .close {
    background-image: url(../../img/default/cancel.png);
    position: absolute;
    left: 105px;
    top: 120px;
    cursor: pointer;
    width: 90px;
    height: 29px;
}

.simple_overlay_2 .close:hover {
    background-image: url(../../img/default/cancel_hover.png);
    position: absolute;
    left: 105px;
    top: 120px;
    cursor: pointer;
    width: 90px;
    height: 29px;
}

.simple_overlay_3 .close {
    background-image: url(../../img/default/close.png);
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 28px;
    width: 28px;
}

.simple_overlay_3 .close:hover {
    background-image: url(../../img/default/close_hover.png);
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 28px;
    width: 28px;
}

/* the large image. we use a gray border around it */
#img {
    border: 1px solid #666;
}

/* "next image" and "prev image" links */
.next, .prev {

    /* absolute positioning relative to the overlay */
    position: absolute;
    top: 40%;
    border: 1px solid #666;
    cursor: pointer;
    display: block;
    padding: 10px 20px;
    color: #fff !important;
    font-size: 11px;

    /* upcoming CSS3 features */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.prev {
    left: 0;
    border-left: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
}

.next {
    right: 0;
    border-right: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
}

.next:hover, .prev:hover {
    text-decoration: underline;
    background-color: #000;
}

/* when there is no next or previous link available this class is added */
.disabled {
    visibility: hidden;
}

/* the "information box" */
.info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    color: #fff;
    font-size: 11px;
    border-top: 1px solid #666;
}

.info strong {
    display: block;
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
    position: absolute;
    top: 45%;
    left: 50%;
    display: none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
    background: #333 !important;
    background: rgba(0, 0, 0, 0.6) url(../../img/default/plugins/h80.png) repeat-x;
}

.details {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 11px;
    color: #fff;
    width: 150px;
}

.details h3 {
    color: #aba;
    font-size: 15px;
    margin: 0 0 -10px 0;
}
<!--Array
(
    [label01] =>    0.00000
    [label02] =>    0.00109
    [label03] =>    0.00154
    [label04] =>    0.00154
    [label05] =>    0.00155
)
-->