<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gallery-item {
    padding-bottom: 10px;
    border-bottom: 1px solid #ffdc05;
    margin-bottom: 10px;
}

.gallery-item-image {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    float: left;
}

    .gallery-item-image img {
        /*width: 100%;*/
        height: 100%;
    }

.gallery-item-image-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background-color 200ms ease-in-out, background-position 100ms ease-out;
}

.gallery-item-image-hover-video {
    background: url(../images/video-play.png) center center no-repeat;
}

.gallery-item-image-hover-photo {
    background: url(../images/photogallery.png) center center no-repeat;
}


.gallery-item:hover .gallery-item-image-hover,
.gallery-item-image-hover:hover {
    background-color: #ffdc05;
    background-color: rgba(255, 220, 5, 0.8);
}

.gallery-item:hover .gallery-item-image-hover-video,
.gallery-item-image-hover-video:hover {
    background-position: 55% 50%;
}

.gallery-item-text {
    margin-left: 70px;
    width: auto;
    min-height: 60px;
    height: 60px;
    vertical-align: middle;
    display: table-cell;
}

    .gallery-item-text a {
        font-weight: 700;
        font-size: 14px;
        line-height: 22px;
    }


#galleryLightBox {
    display: none;
}

#myGallery ul li img {
    width: 100%;
}


.gallery-subscription {
    display: none;
}



/*

	GalleryView Stylesheet
	
	Use the CSS rules below to modify the look of your gallery.
	 
	To create additional rules, use the markup below as a guide to GalleryView's architecture.
*/

/* GALLERY LIST */
/* IMPORTANT - Change '#myGallery' to the ID of your gallery list to prevent a flash of unstyled content */
#myGallery {
    display: none;
}


.gv_galleryWrap {
    position: relative;
    background: #fff;
    font-size: 10pt;
    padding: 0 !important;
    width: auto !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* GALLERY DIV */
.gv_gallery { /*overflow: hidden;*/
    position: relative;
    width: auto !important;
}

.gv_imageStore {
    visibility: hidden;
    position: absolute;
    top: -10000px;
    left: -10000px;
}

.gv_panelWrap {
 
   /* filter: inherit;
    position: absolute;
    overflow: hidden;
    width: auto !important;*/
    width: 100% !important;
}

.gv_panel-loading {
    background: url(../images/img-loader.gif) 50% 50% no-repeat #aaa;
}

.gv_frame-loading {
    background: url(../images/img-loader.gif) 50% 50% no-repeat #aaa;
}

/* GALLERY PANELS */
.gv_panel {
    filter: inherit;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
    width: auto !important;
}
    /*SK 100*/
    .gv_panel img {
        position: absolute;
        left: 0 !important;
    }

.gv_overlay {
    position: absolute;
    background: #222;
    color: white;
    z-index: 200;
}

.gv_showOverlay {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(themes/light/info.png) #222;
    cursor: pointer;
    z-index: 200;
}

.gv_overlay h4 {
    color: white;
    margin: 1em;
    font-weight: bold;
}

.gv_overlay p {
    color: white;
    margin: 1em;
}

.gv_infobar {
    background: #222;
    padding: 0 0.5em;
    line-height: 1.5em;
    height: 1.5em;
    font-size: 10pt;
    font-weight: bold;
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
    vertical-align: middle;
    z-index: 2000;
}


/*************************************************/
/**   FILMSTRIP STYLES							**/
/*************************************************/

.gv_filmstripWrap {
    overflow: hidden;
    position: relative;
    bottom: 0;
    left: 0px;
    margin-top: 10px;
    /*z-index: 50;*/
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    margin: 10px 22px 0 22px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 50;
    width: auto !important;
}

    .gv_filmstripWrap:hover {
        bottom: 0 !important;
    }

/* FILMSTRIP */
.gv_filmstrip {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}



/* FILMSTRIP FRAMES (contains both images and captions) */
.gv_frame {
    cursor: pointer;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}

    /* WRAPPER FOR FILMSTRIP IMAGES */
    .gv_frame .gv_thumbnail {
        position: relative;
        overflow: hidden !important;
        border-top: 0px solid #ffdc05;
    }

        .gv_frame .gv_thumbnail:hover,
        .gv_frame .gv_thumbnail.current {
            border-top-color: #034187;
        }

    /* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
    .gv_frame.current .gv_thumbnail {
    }

    /* FRAME IMAGES */
    .gv_frame img {
        border: none;
        position: absolute;
    }

    /* FRAME CAPTION */
    .gv_frame .gv_caption {
        height: 14px;
        line-height: 14px;
        font-size: 10px;
        text-align: center;
        color: white;
    }

    /* CURRENT FRAME CAPTION */
    .gv_frame.current .gv_caption {
    }

/* POINTER FOR CURRENT FRAME */
.gv_pointer {
    border-color: black;
}

/* NAVIGATION BUTTONS */
.gv_navWrap {
    text-align: center;
    position: absolute;
    width: 100% !important;
    height: 75px !important;
}

.gv_navPlay,
.gv_navPause,
.gv_navNext,
.gv_navPrev {
    opacity: 0.9;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    filter: alpha(opacity=90);
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

    .gv_navPlay:hover,
    .gv_navPause:hover,
    .gv_navNext:hover,
    .gv_navPrev:hover {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        filter: alpha(opacity=100);
    }

.gv_navPrev {
    float: left;
    margin-top: 10px;
}

.gv_navNext {
    float: right;
    margin-top: 10px;
}

.gv_panelNavPrev,
.gv_panelNavNext {
    position: absolute;
    display: none;
    opacity: 0.9;
    -moz-opacity: 0.90;
    -khtml-opacity: 0.90;
    filter: alpha(opacity=90);
    z-index: 0; /*SK 200*/
}

    .gv_panelNavPrev:hover,
    .gv_panelNavNext:hover {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        filter: alpha(opacity=100);
    }

.gv_navPlay {
    height: 30px;
    width: 30px;
    cursor: pointer;
    background: url(../images/themes/light/play-big.png) top left no-repeat;
}

.gv_navPause {
    height: 30px;
    width: 30px;
    cursor: pointer;
    background: url(../images/themes/light/pause-big.png) top left no-repeat;
}

.gv_navNext {
    height: 75px;
    width: 22px;
    cursor: pointer;
    background: url(../images/arrow-right-blue.png) center center no-repeat;
    background-color: #ffdc05;
}

.gv_navPrev {
    height: 75px;
    width: 22px;
    cursor: pointer;
    background: url(../images/arrow-left-blue.png) center center no-repeat;
    background-color: #ffdc05;
}

.gv_panelNavNext {
    height: 20px;
    width: 20px;
    cursor: pointer;
    background: url(../images/themes/light/panel-next.png) top left no-repeat;
}

.gv_panelNavPrev {
    height: 20px;
    width: 20px;
    cursor: pointer;
    background: url(../images/themes/light/panel-prev.png) top right no-repeat;
}



.gallery-paging {
    width: 100%;
    text-align: center;
    line-height: 30px;
    margin-bottom: 20px;
}

.gallery-pager-button {
    background-color: #e6f5ff;
    background-image: url(../images/arrow-right-blue.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    width: 34px;
    height: 30px;
    float: right;
}

.gallery-pager-button.left-arrow {
     background-image: url(../images/arrow-left-blue.png);
     float: left;
}

.gallery-paging .visible
{
   
    visibility: visible;
}

.gallery-paging .invisible
{ 
    visibility: hidden;
}</pre></body></html>