#jquery-overlay {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 90;
            width: 100%;
            height: 500px;
        }

        #jquery-lightbox {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            display: inline;
            z-index: 100;
            text-align: center;
            line-height: 0;
        }

        #jquery-lightbox img {
            border: none;
        }

        #jquery-lightbox-image-container {
            position: relative;
            width: 250px;
            height: 250px;
            margin: 0px auto;
            background-color: #fff;
            padding: 10px;
        }

        #jquery-lightbox-image-container-inner {
            position: relative;
            height: 100%;
            width: 100%;
        }

        #jquery-lightbox-loading {
            position: absolute;
            top: 40%;
            left: 0%;
            height: 25%;
            width: 100%;
            text-align: center;
            line-height: 0;
        }

        #jquery-lightbox-nav {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            z-index: 10;
            margin: auto;
            overflow: hidden;
        }

        #jquery-lightbox a {
            outline: none;
            text-decoration: none;
        }

        #jquery-lightbox-nav-btnPrev, #lightbox-nav-btnNext {
            width: 49%;
            height: 100%;
            zoom: 1;
            display: block;
        }

        #jquery-lightbox-nav-btnPrev {
            left: 0;
            float: left;
        }

        #jquery-lightbox-nav-btnPrev span {
            position: absolute;
            top: 40%;
            left: 0;
            display: block;
            line-height: 23px;
            width: 63px;
            text-align: center;
        }

        #jquery-lightbox-nav-btnNext {
            right: 0;
            float: right;
        }

        #jquery-lightbox-data-container {
            font: 10px Verdana, Helvetica, sans-serif;
            padding: 10px;
            background-color: #fff;
            margin: 0 auto;
            line-height: 1.4em;
            overflow: auto;
            color: #666;
        }

        #jquery-lightbox-data-container #jquery-lightbox-data-details {
            text-align: left;
        }

        #jquery-lightbox-data-details-caption {
            display: block;
            font-weight: bold;

        }

        #jquery-lightbox-data-details-currentNumber {
        	display: block;
        	padding-bottom: 1.0em;

        }


        #jquery-lightbox-secNav {
            width: 100%;
        }

        #jquery-lightbox-secNav-btnClose {
        	right: 0;
            float: right;
        }

        #jquery-lightbox-secNav-btnSlideshow {
        	left: 0;
            float: left;
        }

        #jquery-lightbox-secNav-clear {
        	clear: both;
        }

        #jquery-lightbox-secNav-clear {
        	clear: both;
        }
