#galCon {
    position: relative;
    width: 1024px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    background: white;
    color: #888;
}

#galThumbNav {
    float: left;
    width: 312px;
    margin-right: 10px;
}

#headScrollerL,
#headScrollerR {
    float: left;
    width: 150px;
    height: 33px;
    padding-top: 6px;
    margin-bottom: 5px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 14px;
    font-style: oblique;
    background: white;
    background: #f4f4f4;
}

#headScrollerR {
    margin-left: 10px;
}

.content {
    position: relative;
    overflow: hidden;
    float: left;
    width: 200px;
    height: 438px;
}

#content-1,
#content-2 {
    float: left;
    width: 150px;
}

#content-2 {
    margin-left: 10px;
}

.content li {
    margin: 0px 0px;
}

.content li a {
    display: block;
    /*	border: 0px solid rgba(255,255,255,.1);*/
}

.content ul {
    opacity: 0;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}

.content.scroller-ready ul {
    opacity: 1;
}


/* CSS loading spinner (optional) */

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.spinner {
    min-width: 24px;
    min-height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.spinner:before {
    content: 'Loading…';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
}

.spinner:not(:required):before {
    content: '';
    border-radius: 50%;
    border-top: 5px solid #f18e34;
    border-right: 5px solid transparent;
    animation: spinner .6s linear infinite;
    -webkit-animation: spinner .6s linear infinite;
}

.content.scroller-ready .spinner {
    display: none;
}

#bigPicCon {
    position: relative;
    float: left;
    background: white;
    width: auto;
    text-align: center;
}

#bigPic {
    pointer-events: none;
    display:inherit;
   position: absolute;
    top:0px;
    left:0px;
    height: auto;
    width: 660px;
    vertical-align: bottom;
    box-shadow: 3px 2px 3px #222222;
    margin-bottom: 35px;
}

#BigPicHeader {
    float: left;
    background: #f4f4f4;
    width: 664px;
    height: 33px;
    border-radius: 5px;
    margin-bottom: 5px;
    padding-top: 7px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    font-size: 18px;
    font-style: oblique;
}

.navDown {
    pointer-events: none;
    background: white;
    opacity: 0.8;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 148px;
    height: 18px;
    text-align: center;
    vertical-align: middle;
    border: solid;
    border-width: 1px;
}
#galCon2 {
    position: relative;
    width: 1024px;
/*    margin-top: 0px;*/
    margin-left: auto;
    margin-right: auto;
    background: white;
    color: #888;
}

#youtube {

    position: relative;

    width: 700px;
    height:466px;
    
}

#MainGalCon {
    margin-bottom: 30px;
}
