/**************************************** Gallery Container */
.galleryContainer {
    overflow: hidden;
    position: relative;
    padding: 0;
    font-family: arial;
    background-color: #000;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

img.imageContainer {
    border: none !important;
    background: none !important;
    padding: 0px !important;
    margin: 0px;
}

/**************************************** Gallery Image, Nav Links & Caption */
.galleryImage {
    position: relative;
    height: 398px; /* ----- Gallery Image Height Default ----- */
    padding: 10px 10px 0px 10px;
}

.galleryImage a,
.galleryImage a:visited {
    position: absolute !important;
    width: 50% !important;
    height: 100% !important;
    top: 0 !important;
    background-image: url(/__web/Systems/ImageGallery/images/invisible.gif) !important;
    outline-style: none !important;
    border: medium none !important;
}

.galleryImage .galleryImageNext {
    right: 0 !important;
    display: none;
}

.galleryImage .galleryImagePrev {
    left: 0;
    display: none;
}

.galleryImage a:hover {
    background-repeat: no-repeat !important;
    border: medium none !important;
}

.galleryImage a.galleryImageNext:hover {
    background-image: url(/__web/Systems/ImageGallery/images/image-next-bg.png) !important;
    background-position: 100% 50% !important;
    background-color: transparent !important;
    border: medium none !important;
}

.galleryImage a.galleryImagePrev:hover {
    background-image: url(/__web/Systems/ImageGallery/images/image-prev-bg.png) !important;
    background-position: 0 50% !important;
    background-color: transparent !important;
    border: medium none !important;
}

.imgCaption {
    height: 25px;
    background: #000 url(/__web/Systems/ImageGallery/images/desc-bg.png) 0 100% repeat-x;
    color: #9A9A9A;
    font-size: 11px;
    line-height: 25px;
}

/**************************************** Gallery Thumbs */
.galleryThumbs {
    background: #353434 url(/__web/Systems/ImageGallery/images/thumbs-bg-top.png) 0 0 repeat-x;
}

/* ----- Gallery Width Default ----- */
.galleryThumbsInner {
    height: 100px;
    position: relative;
    overflow: hidden;
    background: transparent url(/__web/Systems/ImageGallery/images/thumbs-bg-bottom.png) 0 100% repeat-x;
}

.thumbStrip {
    position: absolute;
    top: 50%;
    margin-top: -42px;
    left: 10px;
}

.thumbStrip .thumbList {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap;
}

.thumbList {
    float: left;
}

.thumbStrip .thumbItem {
    position: relative;
    display: inline;
    margin: 0 5px 0 0;
}

.thumbStrip .thumbItem img {
    position: relative !important;
    padding: 4px !important;
    background-color: #131313;
    border: 1px solid #000;
    opacity: 0.9 !important;
    cursor: pointer !important;
}

.thumbStrip .thumbItem a:hover img {
    opacity: 1 !important;
    background-color: #000;
}

.thumbStrip .thumbItemSelected img {
    border-color: #AAA;
    opacity: 1 !important;
}

/**************************************** Oblivions & Thumb sliders */
.thumbSlider {
    position: absolute;
    height: 100px;
    width: 30px;
    top: 0;
    background-position: 0 50%;
    background-repeat: repeat-y;
}

.thumbSliderLeft,
.thumbSliderSmallLeft {
    display: none;
    left: 0;
    background-image: url(/__web/Systems/ImageGallery/images/obliv-left.png);
}

.thumbSliderRight,
.thumbSliderSmallRight {
    display: none;
    right: -1px;
    background-image: url(/__web/Systems/ImageGallery/images/obliv-right.png);
}

.thumbSliderLeft a,
.thumbSliderRight a {
    outline-style: none !important;
    position: absolute !important;
    top: 50% !important;
    margin-top: -46px !important;
    width: 30px !important;
    height: 92px !important;
    background-image: url(/__web/Systems/ImageGallery/images/sliderSprite.png) !important;
    background-repeat: no-repeat !important;
    border: medium none !important;
}

.thumbSliderSmallLeft a,
.thumbSliderSmallRight a {
    outline-style: none !important;
    position: absolute !important;
    top: 50% !important;
    margin-top: -46px !important;
    width: 30px !important;
    height: 62px !important;
    background-image: url(/__web/Systems/ImageGallery/images/sliderSpriteSmall.png) !important;
    background-repeat: no-repeat !important;
    border: medium none !important;
}

.thumbSliderLeft a {
    left: 0 !important;
    background-position: -30px 0 !important;
}

.thumbSliderLeft a:hover {
    background-position: -30px -92px !important;
}

.thumbSliderRight a {
    right: 0 !important;
    background-position: 0 0 !important;
    border: medium none !important;
}

.thumbSliderRight a:hover {
    background-position: 0 -92px !important;
}

.thumbSliderSmallLeft a {
    left: 0 !important;
    background-position: -17px 0 !important;
    background-color: transparent !important;
    border: medium none !important;
}

.thumbSliderSmallLeft a:hover {
    background-position: -17px -62px !important;
}

.thumbSliderSmallRight a {
    right: 0 !important;
    background-position: 12px 0 !important;
    background-color: transparent !important;
    border: medium none !important;
}

.thumbSliderSmallRight a:hover {
    background-position: 12px -62px !important;
}

/**************************************** Screen-hidden accessibility elements */
.galleryImage a span,
.thumbStrip .thumbItem span,
.thumbSlider span {
    position: absolute !important;
    left: -9999px !important;
}

/**************************************** Lightbox pop-up */
.galleryPopOverlay {
    z-index: 999;
    background: transparent url(/__web/Systems/ImageGallery/images/greyout-bg.png) 0 0 repeat;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
}

.galleryPopContainer {
    position: absolute;
    width: 700px;
    left: 50%;
    top: 50%;
    margin: -231px 0 0 -350px; /* top = (1/2 of img height +13), left = 1/2 of img width */
    background: #000 url(/__web/Systems/ImageGallery/images/pre-loader.gif) 50% 50% no-repeat;
}

.galleryPopBorder {
    padding: 2px 2px 0 2px;
}

.galleryPopImage {
    position: relative;
    line-height: 0;
}

.galleryPopImage a,
.galleryPopImage a:visited {
    position: absolute !important;
    width: 50% !important;
    height: 100% !important;
    top: 0 !important;
    background-image: url(/__web/Systems/ImageGallery/images/invisible.gif) !important;
    outline-style: none !important;
    border: medium none !important;
    background-color: transparent !important;
}

.galleryPopImage .galleryPopImageNext {
    right: 0;
}

.galleryPopImage .galleryPopImagePrev {
    left: 0;
}

.galleryPopImage a:hover {
    background-repeat: no-repeat !important;
}

.galleryPopImage a.galleryPopImageNext:hover {
    background-image: url(/__web/Systems/ImageGallery/images/image-next-bg.png) !important;
    background-position: 100% 50% !important;
}

.galleryPopImage a.galleryPopImagePrev:hover {
    background-image: url(/__web/Systems/ImageGallery/images/image-prev-bg.png) !important;
    background-position: 0 50% !important;
}

.galleryPopFooter {
    position: relative;
    font: 11px arial;
    color: #FFF;
}

.galleryPopCaption {
    margin: 0;
    padding: 7px 110px 7px 10px;
    line-height: 15px;
}

.galleryPopCaption span {
    color: #B1B1B1 !important;
    padding-right: 10px !important;
}

.galleryPopClose {
    background: transparent url(/__web/Systems/ImageGallery/images/close.png) no-repeat scroll !important;
    background-position: 0 0px !important;
    color: #FFF;
    height: 30px;
    left: -10px;
    line-height: 22px;
    outline-style: none !important;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: -9px;
    width: 30px;
    border: medium none !important;
}

a.galleryPopClose:hover {
    background-position: 0 -30px !important;
}

/**************************************** Screen-hidden accessibility elements */
.galleryPopImage a span {
    position: absolute !important;
    left: -9999px !important;
}
