﻿        .fullScreenImgContainer
        {
            background-image: url(img/bkgFull.png);
            top: 0px;
            left: 0px;
            right: 0;
            bottom: 0px;
            position: absolute;
            height: 100%;
            width:100%;
            z-index: 99997;
            text-align: center;
            display:none;
        }
        .fullScreenImgContainer img
        {
            border: solid 3px White;
            float: none;
            clear: both;
            margin-right:auto;
            margin-left:auto;
        }
        .back
        {
            background-image: url(img/prev_chevron.png);
            background-position: left center;
            background-repeat: no-repeat;
            position: absolute;
            width: 40px;
            height: 40px;
            z-index: 9998;
            cursor: pointer;
            opacity:0;
        }
        .forward
        {
            background-image: url(img/next_chevron.png);
            background-position: right center;
            background-repeat: no-repeat;
            position: absolute;
            width: 40px;
            height: 40px;
            z-index: 9998;
            cursor: pointer;
            opacity:0;
        }
        .close
        {
            background-image: url(img/close.png);
            background-position: center center;
            background-repeat: no-repeat;
            z-index: 9999;
            width: 36px;
            height: 36px;
            position: absolute;
            cursor: pointer;
        }
