html{
    overflow-y:         scroll;
    }

#Content .inner{
    position:           relative;
    padding-top:        22px;
    overflow:           visible;
    background:         transparent url(/images/find-us/background-shield.jpg) 0 0 no-repeat;
    min-height:         725px;
    _height:            auto !important;
    _height:            725px;
    }

.thumbnail img{
    display:            none;
    }

#GalleryDashboardHeading{
    margin:             30px 0 24px;
    background:         transparent url(/images/gallery/browns-photo-galleries.gif) 50% 50% no-repeat;
    height:             20px;
    text-indent:        -9999px;
    }

#GalleryDashboardText{
    margin:             0 70px 28px;
    }

#GalleryDashboard{
    position:           relative;
    margin-left:        31px;
    }

.galleryPreview{
    float:              left;
    margin:             0 18px 3px 0;
    width:              120px;
    background:         transparent url(/images/gallery/spinner.gif) 50% 25% no-repeat;
    cursor:             pointer;
    }

.galleryPreview .thumbnail{
    display:            block;
    width:              120px;
    height:             80px;
    background-color:   #D7C69C;
    background-position:50% 0;
    background-repeat:  no-repeat;
    -moz-border-radius:   4px;
    -webkit-border-radius:4px;
    border-radius:        4px;
    -moz-box-shadow:    2px 2px 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, .3);
    box-shadow:         2px 2px 3px rgba(0, 0, 0, .3);
    }

.galleryPreview span.title{
    display:            block;
    width:              110px;
    height:             3.6em;
    margin:             3px auto 0;
    color:              #111;
    overflow:           hidden;
    text-align:         center;
    text-transform:     uppercase;
    letter-spacing:     .1em;
    line-height:        1em;
    font-size:          11px;
    }
#GalleryDashboard a:hover{
    color:              #000;
    }

.homepageGalleryPreview span.title{
    color:              #890203;
    }

#GalleryDashboardLink{
    position:           absolute;
    top:                12px;
    right:              20px;
    letter-spacing:     .1em;
    color:              #890203;
    font-size:          12px;
    text-transform:     uppercase;
    }
#GalleryDashboardLink img{
    margin-left:        4px;
    vertical-align:     bottom;
    opacity:            .8;
    filter:             alpha(opacity=80);
    }
#GalleryDashboardLink:hover img{
    opacity:            1;
    filter:             alpha(opacity=100);
    }

#GalleryContainer{
    text-align:         center;
    padding-bottom:     60px;
    #padding-bottom:    148px;
    }

#Gallery h2{
    margin:             0;
    padding-top:        12px;
    letter-spacing:     .15em;
    font-weight:        normal;
    }
.admin #Gallery h2{
    padding-top:        25px;
    }

#Gallery p{
    margin:             12px 48px;
    text-align:         justify;
    }
    
#SlideshowToggle{
    display:            inline-block;
    margin-bottom:      8px;
    color:              #890203;
    letter-spacing:     .1em;
    font-style:         italic;
    font-size:          13px;
    }

#GalleryPhotoContainer{
    position:           relative;
    overflow:           visible;
    }

.galleryPhoto{
    position:           relative;
    display:            inline-block;
    #display:           inline;
    }
.galleryPhoto img{
    border:             8px solid #FFFFF0;
    font-size:          0;
    vertical-align:     bottom;
    }
.galleryPhoto .topRightShadow,
.galleryPhoto .bottomRightShadow,
.galleryPhoto .bottomLeftShadow{
    position:           absolute;
    _display:           none;
    }
.galleryPhoto .topRightShadow{
    position:           absolute;
    top:                0;
    right:              -7px;
    bottom:             0;
    width:              7px;
    background:         transparent url(/images/gallery/drop-shadow-slices/top-right.png) 0 0 no-repeat;
    }
.galleryPhoto .bottomRightShadow{
    position:           absolute;
    right:              -7px;
    bottom:             -7px;
    left:               8px;
    height:             7px;
    background:         transparent url(/images/gallery/drop-shadow-slices/bottom-right.png) 100% 0 no-repeat;
    }
.galleryPhoto .bottomLeftShadow{
    position:           absolute;
    bottom:             -7px;
    left:               0;
    width:              8px;
    height:             7px;
    background:         transparent url(/images/gallery/drop-shadow-slices/bottom-left.png) 0 0 no-repeat;
    }
.transitioning .topRightShadow,
.transitioning .bottomRightShadow,
.transitioning .bottomLeftShadow{
    display:            none\9;
    }

#GalleryPhotoContainer .photographerCaption{
    display:            block;
    position:           absolute;
    bottom:             -1.9em;
    left:               0;
    width:              100%;
    text-align:         center;
    }

#PhotoLinks{    
    padding:            38px 0 0 42px;
    text-align:         left;
    }
#PhotoLinks a.photoLink{
    opacity:            .9999;
    position:           relative;
    display:            inline-block;
    #float:             left;
    width:              102px;
    height:             76px;
    margin:             0 6px 7px 0;
    #margin:            0 9px -20px 0;
    background-color:   transparent;
    background-position:6px 6px;
    background-repeat:  no-repeat;
    }
#PhotoLinks a.active{
    cursor:             default;
    opacity:            .4;
    filter:             alpha(opacity=40);
    }
.admin #PhotoLinks a.active{
    opacity:            1;
    filter:             alpha(opacity=100);
    }
#PhotoLinks a .photoLinkMask{
    top:                0;
    left:               0;
    width:              102px;
    height:             76px;
    background:         transparent url(/images/gallery/photo-link-mask.png) 0 0 no-repeat;
    #position:          absolute;
    background-image:   none\9;
    filter:             progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/gallery/photo-link-mask.png, sizingMethod='crop');
    }

#PhotoLinks .photoCaptionContainer{
    display:            none;
    }