#wsite-content .blog-comments-bottom {
    margin: 0px 0 40px
}

html body .galleryImageBorder,
html body a .galleryImageBorder {
    border: 5px solid #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); /* New */
    /*border-style: solid;
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.13);*/
    background-color: rgba(206, 208, 210, 0.1)
}
html body a .galleryImageBorder {
    background-color: transparent
}
html .wsite-theme-dark .galleryImageBorder,
html .wsite-theme-dark a .galleryImageBorder {
    border-style: solid;
    border-color: #444;
    border-color: rgba(255, 255, 255, 0.13)
}
html body .galleryImageBorderBlack,
html body a .galleryImageBorderBlack {
    border-style: solid;
    border-color: #000
}
.imageGallery {
    width: 100%
}
.blog-body {
    width: 100%
}
.blog-content .imageGallery,
#blog-content .imageGallery {
    width: 101%
}
.galleryCaptionHolder {
    width: 100%;
    position: absolute;
    bottom: 0px;
    overflow: hidden
}
.galleryCaptionHover .galleryCaptionHolder {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    display: none\0;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms
}
.galleryInnerImageHolder:hover .galleryCaptionHolder {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    display: block\0
}
.galleryCaptionHolderInner {
    width: 100%;
    margin-bottom: -100%;
    position: relative;
    top: 0px;
    z-index: 5;
    -moz-transition: margin-bottom 500ms;
    -o-transition: margin-bottom 500ms;
    -webkit-transition: margin-bottom 500ms;
    transition: margin-bottom 500ms
}
.galleryCaptionsVisible {
    margin-bottom: 0px
}
.galleryImageHolder {
    position: relative
}
.galleryImageHolder .galleryCaptionInnerText {
    margin: 15px auto;
    padding: 0px 6%;
    text-align: center
}
.imageGallery .galleryCaptionInnerText p {
    margin: 0px;
    padding: 0px
}
.imageGallery .galleryCaptionInnerText p,
.imageGallery .galleryCaptionInnerText {
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 100;
    color: white;
    letter-spacing: 1px;
    line-height: 24px
}
.fullImageGalleryCaption,
.fullImageGalleryCaption>.galleryCaptionHolderInner,
.fullImageGalleryCaption .galleryCaptionInnerTextHolder {
    height: 100%
}
.fullImageGalleryCaption>.galleryCaptionHolderInner {
    width: 100%;
    display: table
}
.galleryInnerImageHolder:hover .galleryCaptionHolderInner {
    margin-bottom: 0%
}
.fullImageGalleryCaption .galleryCaptionInnerTextHolder {
    display: table-cell;
    vertical-align: middle
}
.partialImageGalleryCaption {
    width: 100%;
    max-height: 100%;
    text-align: left
}
.galleryCaptionHolderInnerBg {
    position: absolute;
    top: 0px;
    background: black;
    z-index: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    height: 100%;
    width: 100%
}
.captionEditorSelectHolder {
    margin-top: 5px
}
.thumbnailCaptionsOuter {
    margin-top: 16px
}
.thumbnailCaptionsHolder {
    float: left;
    margin-right: 20px
}


