#huge_it_videogallery * {
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
}

#huge_it_videogallery ul {
    list-style: none;
}

#huge_it_videogallery h2 {
    font-family: Arvo, Arial, sans-serif;
    font-size: 30px;
    line-height: 25px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    letter-spacing: 1px;
}

#huge_it_videogallery p {
    font-family: Georgia, Arial, sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 100;
}

section #huge_it_videogallery #fullPreview {
    background-color: #333333;
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
    padding: 50px 0 30px 0;
    display: none;
}

section #huge_it_videogallery #fullPreview img,
section #huge_it_videogallery #fullPreview .fullCaption {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

section #huge_it_videogallery #fullPreview .fullCaption {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 300;
    color: white;
    margin: 15px auto 0 auto;
}

section #huge_it_videogallery #fullPreview figure {
    background-image: url("http://cehea.org/wp-content/plugins/gallery-video/img/effects/close.png");
    background-size: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

section #huge_it_videogallery li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

section #huge_it_videogallery li a.spinner {
    background-size: 100%;
    background-image: url("http://cehea.org/wp-content/plugins/gallery-video/img/effects/spinner.gif");
    width: 50px;
    height: 50px;
    position: absolute;
    left: 95px;
    top: 60px;
}

section #huge_it_videogallery li img {
    border: none;
    margin: 10px 10px 0 0;
}

section #huge_it_videogallery li .overLayer ul,
section #huge_it_videogallery li .infoLayer ul {
    padding: 1px 0 0 0;
}

section #huge_it_videogallery li .overLayer ul li,
section #huge_it_videogallery li .infoLayer ul li {
    display: block;
    margin: 0 auto;
    width: 85%;
    padding: 0 0 5px 0;
}

section #huge_it_videogallery li .overLayer ul li:first-child,
section #huge_it_videogallery li .infoLayer ul li:first-child {
    border-bottom: 2px white solid;
}

section #huge_it_videogallery li .overLayer ul li:last-child,
section #huge_it_videogallery li .infoLayer ul li:last-child {
    padding: 5px 0 0 0;
    text-transform: lowercase;
}

section #huge_it_videogallery li .projectInfo {
    display: none;
}

#huge_it_gallery li .overLayer ul, section #huge_it_videogallery li .infoLayer ul {
    padding: 0px;
    margin: 0px;
    margin-top: 10%;
}