#galleryWrapper {
    background-color: #FFFFFF;
    border-radius: 0px;
    margin: 0px auto;
    padding: 0px;
    width: 575px;
    text-align: center;
    /* -moz-border-radius: 0px; */
    /* -webkit-border-radius: 0px; */
}

#galleryListWrapper {
    /* NULL */
}




/* -------------------------------------------------------------------------- */
/* -----| GALLERY LIST |----------------------------------------------------- */
/* -------------------------------------------------------------------------- */

#galleryList {
    margin: 0;
    padding: 0 1px;
}

#galleryList li {
    display: inline-block;
    float: left;
    list-style: none;
    margin: 5px 6px;
    padding: 0;
}

#galleryList li a {
    background-color: #009CC5 !important;
    border-top: 0px solid #132228;
    border-left: 0px solid #132228;
    border-right: 0px solid #204656;
    border-bottom: 0px solid #204656;
    display: block;
    padding: 1px;
}

#galleryList li a:hover {
    background-color: #1E2D34 !important;
}

#galleryList li a img {
    border: none;
}

/* -------------------------------------------------------------------------- */
/* -----| GALLERY FOOTER |--------------------------------------------------- */
/* -------------------------------------------------------------------------- */

#galleryFooter {
    width: 400px;
    border-top: 100px solid #FFF;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 4px;
}

/* ---------------------------------------- */
/* ----|  PAGINATION  |-------------------- */
/* ---------------------------------------- */

#galleryPagination {
    color: #FFF;
    float: left;
    font-size: .95em;
    margin: 20 !important;
    padding: 20 !important;
    text-align: center;
}

#galleryPagination li {
    border: 1px solid transparent;
    display: block;
    float: left;
    list-style: none;
    margin-right: 1px;
}

#galleryPagination li:hover {
    color: #FFF;
    background-color: #009CC5;
    border-top: 1px solid #009CC5;
    border-left: 1px solid #009CC5;
    border-right: 1px solid #009CC5;
    border-bottom: 1px solid #009CC5;
}

#galleryPagination li.title {
    background: transparent url(../../page_white_stack.png) no-repeat left center;
    border: 1px solid transparent;
    font-weight: normal;
    padding: 3px 6px 3px 22px;
}

#galleryPagination li a, #galleryPagination li a:visited {
    color: #000;
    display: block;
    padding: 6px 6px;
    text-decoration: none;
}

#galleryPagination li.current {
    background-color: #C5D200;
    border-top: 1px solid #009CC5;
    border-left: 1px solid #009CC5;
    border-right: 1px solid #009CC5;
    border-bottom: 1px solid #009CC5;
    font-weight: bold;
    color: #FFF;
    padding: 6px 6px;
}

#galleryPagination li.inactive {
    background-color: transparent;
    color: #000000;
    border: 1px solid transparent;
    display: block;
    padding: 6px 6px;
}


/* ---------------------------------------- */
/* ----|  SYSTEM MESSAGES  |--------------- */
/* ---------------------------------------- */

#systemMessages {
    margin: 0;
}

#systemMessages li {
    background-color: #FFF;
    line-height: 1.4em;
    list-style: none;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    text-shadow: none;
}

#systemMessages li.notice {
    background-color: #CCF;
}

#systemMessages li.success {
    background-color: #CFC;
}

#systemMessages li.error {
    background-color: #FCC;
}


/* ---------------------------------------- */
/* ----|  MISCELLANEOUS  |----------------- */
/* ---------------------------------------- */

.line {
    background-color: #C5D200;
    border-bottom: 1px solid #FFFFFF;
    height: 1px;
    margin: 1em 0;
    overflow: hidden;
}

#galleryWrapper .line {
    background-color: #15242A;
    border-bottom-color: #204656;
    margin: 10px 0;
}

#cboxWrapper {
    text-shadow: none !important;
}

#cboxCurrent {
    display: none !important;
}

#cboxTitle {
    font-size: 1em !important;
}